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

brett.cannon python-checkins at python.org
Mon May 12 00:48:15 CEST 2008


Author: brett.cannon
Date: Mon May 12 00:48:15 2008
New Revision: 63103

Log:
The sre module has been dealt with.


Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Mon May 12 00:48:15 2008
@@ -596,7 +596,7 @@
   + Does not fully parse SGML.
   + In the stdlib for support to htmllib which is slated for removal.
 
-* sre [done: 2.6]
+* sre [done: 2.6, 3.0]
 
   + Previously deprecated; import ``re`` instead.
 


More information about the Python-checkins mailing list