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

thomas.heller python-checkins at python.org
Fri Aug 11 18:59:40 CEST 2006


Author: thomas.heller
Date: Fri Aug 11 18:59:39 2006
New Revision: 51213

Modified:
   peps/trunk/pep-0356.txt
Log:
Per MvL's suggestion, add #1532975 to PEP 356.

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Fri Aug 11 18:59:39 2006
@@ -154,6 +154,11 @@
 	http://mail.python.org/pipermail/python-dev/2006-August/067926.html
 		str/unicode dict keys can raise an exception
 
+    - Bugs that ought to be resolved before release:
+
+        http://python.org/sf/1533481 - ctypes _as_parameter_ not
+                                       working as documented (work in progress)
+
     - 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)


More information about the Python-checkins mailing list