[Python-Dev] Python 2.0 beta 2 pre-release
M.-A. Lemburg
mal@lemburg.com
Wed, 27 Sep 2000 20:53:24 +0200
Victor the Cleaner wrote:
>
> Tim Peters writes:
> | [Victor the Cleaner]
> | > Jeremy asked me to send this report (which I originally sent just to
> | > him) along to the rest of python-dev, so here ya go:
> |
> | Bugs reports should go to SourceForge, else as often as not they'll got
> | lost.
>
> Sorry, this wasn't intended to be bug report (not yet, at least).
> Jeremy asked for feedback on the release, and that's all I was trying
> to give.
>
> | When you do this from a shell:
> |
> | >>> u"A".encode("unicode-internal")
> | 'A\000'
> | >>>
> |
> | I bet you get
> |
> | '\000A'
> |
> | Right?
>
> Right, as usual. :) Sounds like MAL already has this one fixed,
> too...
It is fixed in CVS ... don't know if the patch made it into
the release though. The new test now uses UTF-8 as encoding
which is endian-independent.
--
Marc-Andre Lemburg
______________________________________________________________________
Business: http://www.lemburg.com/
Python Pages: http://www.lemburg.com/python/