]> 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:08:36 +0000 (19:08 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 28 Nov 2011 18:08:36 +0000 (19:08 +0100)
commit11942a58a190a235f69e8fb193d08a4fca2bcf3c
treeda2ad80d9d31ec671452a22c0a15cd840ec99c7b
parent22b9b379159f953ad4805980644414354030624f
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