]> granicus.if.org Git - python/commit
Issue #21425: Fix flushing of standard streams in the interactive interpreter.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 11 May 2014 11:42:17 +0000 (13:42 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 11 May 2014 11:42:17 +0000 (13:42 +0200)
commit9845c7ebc5cf5af495123701664f275562f45243
treec0c52f85ae3cd6fb4862b34f74cc213d4d610626
parent3d1bc608a842b375eb7921d57e417f2dfaa5b71e
Issue #21425: Fix flushing of standard streams in the interactive interpreter.
Lib/test/script_helper.py
Lib/test/test_cmd_line_script.py
Misc/NEWS
Python/pythonrun.c