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 techtonik
Recipients amaury.forgeotdarc, eric.araujo, jkloth, r.david.murray, serhiy.storchaka, techtonik
Date 2012-12-13.22:25:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355437544.61.0.108247075068.issue16656@psf.upfronthosting.co.za>
In-reply-to
Content
There is one more problem - when I redirect the output with:

> py test_unicode_fname.py > test.log 2>&1

In Python 2.7 the traceback is at the end of file, in Python 3.3 it is at the beginning. Therefore I just copied data from the screen, where it appears in correct order.

(current mood: Python debugging is a mess)
History
Date User Action Args
2012-12-13 22:25:44techtoniksetrecipients: + techtonik, amaury.forgeotdarc, jkloth, eric.araujo, r.david.murray, serhiy.storchaka
2012-12-13 22:25:44techtoniksetmessageid: <1355437544.61.0.108247075068.issue16656@psf.upfronthosting.co.za>
2012-12-13 22:25:44techtoniklinkissue16656 messages
2012-12-13 22:25:44techtonikcreate