[issue21425] Python 3 pipe handling breaks python mode in emacs on Windows

2014-05-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.4 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21425] Python 3 pipe handling breaks python mode in emacs on Windows

2014-05-04 Thread Márton Marczell
New submission from Márton Marczell: When I run a Python 3.3.4 prompt inside Emacs 24.3 on Windows 7, correct commands are evaluated immediately, but incorrect ones are delayed (I have to press Enter one more time), as seen below: >>> 1 1 >>> nonsense >>> Traceback (most re