[Python-checkins] r47152 - peps/trunk/pep-0356.txt

trent.mick python-checkins at python.org
Wed Jun 28 22:28:57 CEST 2006


Author: trent.mick
Date: Wed Jun 28 22:28:56 2006
New Revision: 47152

Modified:
   peps/trunk/pep-0356.txt
Log:
The expat 2.0 upgrade was done for 2.5b1


Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Wed Jun 28 22:28:56 2006
@@ -105,6 +105,9 @@
         support naive introspection (e.g. having f.__name__ return
         the original function name).
 
+      - Upgrade pyexpat to use expat 2.0.
+
+
 Possible features for 2.5
 
     Each feature below should implemented prior to beta1 or
@@ -112,9 +115,6 @@
 
     - Modules under consideration for inclusion:
 
-    - Upgrade pyexpat to use expat 2.0?
-      (Patch by Trent Mick, #1462338)
-
     - Add new icons for MacOS and Unix with the new Python logo?
       (Owner: ???)
       MacOS: http://hcs.harvard.edu/~jrus/python/prettified-py-icons.png


More information about the Python-checkins mailing list