Turns out sre has been deprecated since at least 2.5. It should be removed.
This commit is contained in:
parent
71c6c861a3
commit
e0e1984014
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue