]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport 1.17:
authorGuido van Rossum <guido@python.org>
Wed, 31 Mar 2004 18:55:17 +0000 (18:55 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 31 Mar 2004 18:55:17 +0000 (18:55 +0000)
commit58eddb17a6e8d09862c101ea13aad5933784063e
treee2de23ae27cd03c7049805275180fd76ae08c675
parent3337eb70ac17059c6cbc32cc147113f4b00419ae
Backport 1.17:
When /tmp has certain sticky bits set, newly created subdirectories
inherit those bits, causing the test_mkdtemp.test_mode() test to fail.
Remove those before comparing the actual mode to the expected mode.
Lib/test/test_tempfile.py