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

neal.norwitz python-checkins at python.org
Sun Jul 30 09:03:42 CEST 2006


Author: neal.norwitz
Date: Sun Jul 30 09:03:41 2006
New Revision: 50972

Modified:
   peps/trunk/pep-0356.txt
Log:
Fix a couple of problems

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Sun Jul 30 09:03:41 2006
@@ -148,16 +148,12 @@
 
     - Bugs that need resolving before release, ie, they block release:
         http://python.org/sf/1530559 - struct rejecting floats
-        http://python.org/sf/1515471 - stringobject (char buffers)
         http://python.org/sf/1333982 - AST
         http://python.org/sf/1191458 - AST (test_trace issue mentioned below)
 
         http://mail.python.org/pipermail/python-dev/2006-July/067774.html
                 Problem with __index__
 
-        http://mail.python.org/pipermail/python-dev/2006-May/065478.html
-                Add PyErr_WarnEx() to address warnings in test suite.
-
     - Bugs that ought to be resolved before release (all exist in 2.4):
         http://python.org/sf/1526585 - SystemError concat long strings
         http://python.org/sf/1523610 - PyArg_ParseTupleAndKeywords potential


More information about the Python-checkins mailing list