]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug 3228: Explicitly supply the file mode to avoid creating executable files,
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 4 Aug 2008 01:43:43 +0000 (01:43 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 4 Aug 2008 01:43:43 +0000 (01:43 +0000)
commit70a6dbd46e390ca70c7f1814c1a8b1038214aa67
tree60ec8badd4d1163411653062ce3a60328623e9fb
parent087925028420314d70c25606bdff0b8042138ac7
Bug 3228: Explicitly supply the file mode to avoid creating executable files,
and add corresponding tests.
Possible 2.5 backport candidate
Lib/mailbox.py
Lib/test/test_mailbox.py