Turns out sre has been deprecated since at least 2.5. It should be removed.

This commit is contained in:
Brett Cannon 2008-05-05 23:22:05 +00:00
parent 71c6c861a3
commit e0e1984014
1 changed files with 4 additions and 0 deletions

View File

@ -610,6 +610,10 @@ for what the module is meant for.
+ Does not fully parse SGML.
+ In the stdlib for support to htmllib which is slated for removal.
* sre
+ Previously deprecated; import ``re`` instead.
* stat
+ ``os.stat`` now returns a tuple with attributes.