[Python-checkins] r62747 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Tue May 6 01:22:06 CEST 2008


Author: brett.cannon
Date: Tue May  6 01:22:05 2008
New Revision: 62747

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


Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Tue May  6 01:22:05 2008
@@ -610,6 +610,10 @@
   + 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.


More information about the Python-checkins mailing list