]> granicus.if.org Git - python/commit
Fix test_bytes when sys.stdin is None, for example on Windows when using
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 28 Jul 2014 20:07:07 +0000 (22:07 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 28 Jul 2014 20:07:07 +0000 (22:07 +0200)
commit7611964b2cb82e38f3354e665bbe6c9e7efa8cb6
treeecb38bd1c179231c7eabce59b8b18067f52bb2b6
parent42d3bdeed6e34117b787d61a471563a0dba6a894
Fix test_bytes when sys.stdin is None, for example on Windows when using
pythonw.exe instead of python.exe
Lib/test/test_bytes.py