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

Jim Jewett jimjjewett at gmail.com
Mon May 1 15:19:49 CEST 2006


I assume this doesn't really mean a separate ASCII-String type, or
even using bytes; just that everything except comments and string
literals is restricted to the code points that appear in ASCII.

-jJ

On 4/28/06, guido.van.rossum <python-checkins at python.org> wrote:
> 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
>  ========
> _______________________________________________
> Python-checkins mailing list
> Python-checkins at python.org
> http://mail.python.org/mailman/listinfo/python-checkins
>


More information about the Python-checkins mailing list