]> granicus.if.org Git - python/commit
Followup of #4705: we can't skip the binary buffering layer for stdin because FileIO...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 26 Jan 2009 21:48:00 +0000 (21:48 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 26 Jan 2009 21:48:00 +0000 (21:48 +0000)
commit27fe9fc448ed2669320e1b3e7e43c955137b980a
treeee48d0e81932b7521baeb14f91b714a32d1dc7f4
parent0302cf50ebbaf3da5d5358bdfb5f61babb3f1c6f
Followup of #4705: we can't skip the binary buffering layer for stdin because FileIO doesn't have a read1() method
Lib/test/test_cmd_line.py
Python/pythonrun.c