This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2010-07-30.00:18:15
SpamBayes Score 0.019202476
Marked as misclassified No
Message-id <1280449097.6.0.309809454024.issue9425@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I forgot to say that I created an svn branch including my work: import_unicode.
http://svn.python.org/view/python/branches/import_unicode/

You can try it if you prefer svn to an huge patch.

I created a branch so you can follow my work commit by commit using svn history.

--

The patch is not completly done. There are still remaining FIXMEs. Some FIXME are not bugs, but improvments. The most important FIXME is to restore the support of bytes path in sys.path. I removed it temporary, because it was easier for me.
History
Date User Action Args
2010-07-30 00:18:17vstinnersetrecipients: + vstinner
2010-07-30 00:18:17vstinnersetmessageid: <1280449097.6.0.309809454024.issue9425@psf.upfronthosting.co.za>
2010-07-30 00:18:16vstinnerlinkissue9425 messages
2010-07-30 00:18:15vstinnercreate