Strings will stay iterable.

This commit is contained in:
Georg Brandl 2006-04-27 09:47:03 +00:00
parent fa19ef822d
commit 1de296ca70
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@ Core language
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
========