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 python-dev
Recipients John.Chandler, Sergey.Prokhorov, cgrohmann, christian.heimes, ezio.melotti, python-dev, ricli85, serhiy.storchaka
Date 2013-02-02.08:44:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3YypdY6Fh9zMr7@mail.python.org>
In-reply-to
Content
New changeset d3e7aea8a550 by Serhiy Storchaka in branch '2.7':
Issue #11159: SAX parser now supports unicode file names.
http://hg.python.org/cpython/rev/d3e7aea8a550

New changeset d2622ca8493a by Serhiy Storchaka in branch '3.2':
Issue #11159: Add tests for testing SAX parser support of non-ascii file names.
http://hg.python.org/cpython/rev/d2622ca8493a

New changeset b85ba45b9579 by Serhiy Storchaka in branch '3.3':
Issue #11159: Add tests for testing SAX parser support of non-ascii file names.
http://hg.python.org/cpython/rev/b85ba45b9579

New changeset 107a06f1a542 by Serhiy Storchaka in branch 'default':
Issue #11159: Add tests for testing SAX parser support of non-ascii file names.
http://hg.python.org/cpython/rev/107a06f1a542
History
Date User Action Args
2013-02-02 08:44:34python-devsetrecipients: + python-dev, christian.heimes, cgrohmann, ezio.melotti, John.Chandler, ricli85, serhiy.storchaka, Sergey.Prokhorov
2013-02-02 08:44:34python-devlinkissue11159 messages
2013-02-02 08:44:34python-devcreate