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 christian.heimes
Recipients John.Chandler, Sergey.Prokhorov, cgrohmann, christian.heimes, ezio.melotti, ricli85, serhiy.storchaka
Date 2013-01-14.07:58:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358150297.88.0.771150741415.issue11159@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think that the file system encoding is the correct answer here. AFAIR expat uses UTF-8 encoded strings. Python 3.x uses PyArg_ParseTupleAndKeywords() with "s" which converts PyUnicode to PyBytes with the utf-8 codec.
History
Date User Action Args
2013-01-14 07:58:18christian.heimessetrecipients: + christian.heimes, cgrohmann, ezio.melotti, John.Chandler, ricli85, serhiy.storchaka, Sergey.Prokhorov
2013-01-14 07:58:17christian.heimessetmessageid: <1358150297.88.0.771150741415.issue11159@psf.upfronthosting.co.za>
2013-01-14 07:58:17christian.heimeslinkissue11159 messages
2013-01-14 07:58:17christian.heimescreate