New submission from Drekin:

On Windows, Python 3.3.2, when I run Python as a subprocess via Popen("py -i 
somescript.py", stdin=PIPE, stdout=PIPE, stderr=PIPE).communicate() and 
somescript.py ends with exception, there is first interactive promt ">>>" in 
stderr output and then the traceback which is reversed to standard order when 
somescript.py is run interactively directly.

Corresponding StackOverflow question: 
http://stackoverflow.com/questions/18419724/position-of-prompt-in-stderr-after-systemexit
 .

----------
components: Windows
messages: 196192
nosy: Drekin
priority: normal
severity: normal
status: open
title: The order of interactive prompt and traceback on Windows
type: behavior
versions: Python 3.3

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

Reply via email to