]> granicus.if.org Git - python/commit
Issue #7111: Python can now be run without a stdin, stdout or stderr stream.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 28 Nov 2011 18:09:45 +0000 (19:09 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 28 Nov 2011 18:09:45 +0000 (19:09 +0100)
commit39a73a4cfaac3cdd9592840ee3f6007593609789
treee1595661b4da810b8874a3e578f32abcc398611b
parent31b798d3c8592c84d36c7c9134a0bcbcb39dd92e
parent11942a58a190a235f69e8fb193d08a4fca2bcf3c
Issue #7111: Python can now be run without a stdin, stdout or stderr stream.

It was already the case with Python 2.  However, the corresponding
sys module entries are now set to None (instead of an unusable file object).
Lib/test/test_cmd_line.py
Misc/NEWS
Python/pythonrun.c