[New-bugs-announce] [issue16689] stdout stderr redirection mess

anatoly techtonik report at bugs.python.org
Sat Dec 15 01:56:53 CET 2012


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 <report at bugs.python.org>
<http://bugs.python.org/issue16689>
_______________________________________


More information about the New-bugs-announce mailing list