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

neal.norwitz python-checkins at python.org
Sat Aug 12 19:10:03 CEST 2006


Author: neal.norwitz
Date: Sat Aug 12 19:10:02 2006
New Revision: 51237

Modified:
   peps/trunk/pep-0356.txt
Log:
update __index__ issue

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Sat Aug 12 19:10:02 2006
@@ -148,6 +148,7 @@
 
     - Bugs that need resolving before release, ie, they block release:
 
+	/* Patch # 1538606 was checked in, needs review and testing. */
         http://mail.python.org/pipermail/python-dev/2006-July/067774.html
                 Problem with __index__ (patch pending)
 


More information about the Python-checkins mailing list