Author: guido.van.rossum Date: Fri Apr 28 22:05:59 2006 New Revision: 45794 Modified: peps/trunk/pep-3099.txt Log: No Unicode for operators or names. Modified: peps/trunk/pep-3099.txt ============================================================================== --- peps/trunk/pep-3099.txt (original) +++ peps/trunk/pep-3099.txt Fri Apr 28 22:05:59 2006 @@ -47,6 +47,12 @@ Thread: "Adding sorting to generator comprehension", http://mail.python.org/pipermail/python-3000/2006-April/001295.html +* Python won't use Unicode characters for anything except string + literals or comments. + + Thread: sets in P3K? + http://mail.python.org/pipermail/python-3000/2006-April/01474.html + Builtins ========