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

Jim Jewett jimjjewett at gmail.com
Mon May 1 19:42:13 CEST 2006


thank you.

On 5/1/06, guido.van.rossum <python-checkins at python.org> wrote:
> 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
> _______________________________________________
> 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