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

guido.van.rossum python-checkins at python.org
Mon May 1 19:26:22 CEST 2006


Author: guido.van.rossum
Date: Mon May  1 19:26:22 2006
New Revision: 45845

Modified:
   peps/trunk/pep-3099.txt
Log:
Clarify the sentence "python won't be unicode" which could be interpreted
too broadly.


Modified: peps/trunk/pep-3099.txt
==============================================================================
--- peps/trunk/pep-3099.txt	(original)
+++ peps/trunk/pep-3099.txt	Mon May  1 19:26:22 2006
@@ -47,8 +47,8 @@
    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.
+* Python 3000 source code won't use non-ASCII Unicode characters for
+  anything except string literals or comments.
 
    Thread: sets in P3K?
    http://mail.python.org/pipermail/python-3000/2006-April/01474.html


More information about the Python-checkins mailing list