New submission from anatoly techtonik:

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.

----------
files: test_unicode_fname.py
messages: 177525
nosy: techtonik
priority: normal
severity: normal
status: open
title: stdout stderr redirection mess
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file28320/test_unicode_fname.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16689>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to