]> granicus.if.org Git - python/commit
Fix bug introduced in r68451: stdio must always be opened in line-buffered mode
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 9 Jan 2009 22:12:30 +0000 (22:12 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 9 Jan 2009 22:12:30 +0000 (22:12 +0000)
commit9169641b8b2995abb651826887773eb12cbf6064
tree8547b5278917e647d770c1c16cccd9603e1bf138
parent8043cf868c5fc045f513c02b51c89f313c738246
Fix bug introduced in r68451: stdio must always be opened in line-buffered mode
if isatty() is true.
Python/pythonrun.c