[issue11098] syntax error at end of line in interactive python -u

R. David Murray report at bugs.python.org
Wed Feb 2 16:42:01 CET 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

This is fixed in py3k rc2, and thus will be fixed in 3.2.  The trick will be figuring out which update fixed it, to see if we can backport to 3.1 and 2.7.  Since issue 10841 touched stdio handling in Windows, I suspect that may be the source, so I'm adding Victor and Antoine to nosy since they worked that issue.

On the other hand, given how long this issue has existed without anybody running in to it, it may not even be worth backporting....what's your use case for starting the interactive interpreter with -u?

----------
nosy: +haypo, pitrou, r.david.murray
type:  -> behavior
versions:  -Python 2.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11098>
_______________________________________


More information about the Python-bugs-list mailing list