The sre module was already deprecated.

This commit is contained in:
Brett Cannon 2008-05-11 03:11:57 +00:00
parent b6b2ab238f
commit 3ad834e780
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ 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
* sre [done: 2.6]
+ Previously deprecated; import ``re`` instead.