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

neal.norwitz python-checkins at python.org
Fri Aug 11 06:22:58 CEST 2006


Author: neal.norwitz
Date: Fri Aug 11 06:22:57 2006
New Revision: 51200

Modified:
   peps/trunk/pep-0356.txt
Log:
Remove duplicate entry and cgi issue that was fixed.
Reduce priority of element tree crash.  It would still be nice to be fixed
for 2.5, but shouldn't block release.


Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Fri Aug 11 06:22:57 2006
@@ -147,11 +147,8 @@
 Open issues
 
     - Bugs that need resolving before release, ie, they block release:
-        http://python.org/sf/1530559 - struct rejecting floats (patch pending)
-        http://python.org/sf/1534630 - potential crash in cElementTree
         http://python.org/sf/1530559 - struct.pack raises TypeError where it
                                        used to convert (Owner: Bob Ippolito)
-	http://python.org/sf/1112549 - potential DoS in cgi.py
 
         http://mail.python.org/pipermail/python-dev/2006-July/067774.html
                 Problem with __index__ (patch pending)
@@ -160,6 +157,7 @@
 		str/unicode dict keys can raise an exception
 
     - Bugs that ought to be resolved before release (all exist in 2.4):
+        http://python.org/sf/1534630 - potential crash in cElementTree
         http://python.org/sf/1475523 - gettext.py bug (owner: Martin v. Loewis)
         http://python.org/sf/1467929 - %-formatting and dicts
 


More information about the Python-checkins mailing list