[issue34664] test.test_os.MakedirTests.test_mode is too strict

2018-09-13 Thread miss-islington
miss-islington added the comment: New changeset b2a6aa32f34b6d77c15f175a9df7271a05519bf9 by Miss Islington (bot) in branch '3.7': closes bpo-34664: Only check file permission bits of newly created directories. (GH-9273) https://github.com/python/cpython/commit/b2a6aa32f34b6d77c15f175a9df7271

[issue34664] test.test_os.MakedirTests.test_mode is too strict

2018-09-13 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 84db4a9978069a98978e9cd7951d1a01d47e5286 by Benjamin Peterson in branch 'master': closes bpo-34664: Only check file permission bits of newly created directories. (GH-9273) https://github.com/python/cpython/commit/84db4a9978069a98978e9cd7951d

[issue34664] test.test_os.MakedirTests.test_mode is too strict

2018-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +8709 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34664] test.test_os.MakedirTests.test_mode is too strict

2018-09-13 Thread Benjamin Peterson
Change by Benjamin Peterson : -- keywords: +patch pull_requests: +8705 stage: -> patch review ___ Python tracker ___ ___ Python-bug

[issue34664] test.test_os.MakedirTests.test_mode is too strict

2018-09-13 Thread Benjamin Peterson
New submission from Benjamin Peterson : If TESTFN is in a directory with S_ISGID set in its mode, test_os will fail: == FAIL: test_mode (test.test_os.MakedirTests) ---