[Python-checkins] r45745 - peps/trunk/pep-3099.txt

georg.brandl python-checkins at python.org
Thu Apr 27 11:47:04 CEST 2006


Author: georg.brandl
Date: Thu Apr 27 11:47:03 2006
New Revision: 45745

Modified:
   peps/trunk/pep-3099.txt
Log:
Strings will stay iterable.



Modified: peps/trunk/pep-3099.txt
==============================================================================
--- peps/trunk/pep-3099.txt	(original)
+++ peps/trunk/pep-3099.txt	Thu Apr 27 11:47:03 2006
@@ -31,6 +31,11 @@
    Thread: "Parallel iteration syntax",
    http://mail.python.org/pipermail/python-3000/2006-March/000210.html
 
+* Strings will stay iterable.
+
+   Thread: "Making strings non-iterable",
+   http://mail.python.org/pipermail/python-3000/2006-April/000759.html
+
 
 Builtins
 ========


More information about the Python-checkins mailing list