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 techtonik
Date 2012-12-15.00:56:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355533013.89.0.974705743737.issue16689@psf.upfronthosting.co.za>
In-reply-to
Content
Tested on Windows. When Python output is redirected 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. In should be in the middle, and it appears on the screen correctly.

From issue16656.
History
Date User Action Args
2012-12-15 00:57:00techtoniksetrecipients: + techtonik
2012-12-15 00:56:53techtoniksetmessageid: <1355533013.89.0.974705743737.issue16689@psf.upfronthosting.co.za>
2012-12-15 00:56:53techtoniklinkissue16689 messages
2012-12-15 00:56:53techtonikcreate