[Python-Dev] Python 2.0 beta 2 pre-release

Victor the Cleaner tommy@ilm.com
Wed, 27 Sep 2000 10:26:53 -0700 (PDT)


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...