This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Arfrever, eryksun, marczellm, ncoghlan, pitrou, python-dev, tim.golden, zach.ware
Date 2014-05-11.11:45:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3gRNkR3WSgz7LjP@mail.python.org>
In-reply-to
Content
New changeset ab3e012c45d0 by Antoine Pitrou in branch '3.4':
Issue #21425: Fix flushing of standard streams in the interactive interpreter.
http://hg.python.org/cpython/rev/ab3e012c45d0

New changeset d1c0cf44160c by Antoine Pitrou in branch 'default':
Issue #21425: Fix flushing of standard streams in the interactive interpreter.
http://hg.python.org/cpython/rev/d1c0cf44160c
History
Date User Action Args
2014-05-11 11:45:20python-devsetrecipients: + python-dev, ncoghlan, pitrou, tim.golden, Arfrever, zach.ware, eryksun, marczellm
2014-05-11 11:45:20python-devlinkissue21425 messages
2014-05-11 11:45:19python-devcreate