]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-34664: Only check file permission bits of newly created directories. ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 13 Sep 2018 19:42:26 +0000 (12:42 -0700)
committerGitHub <noreply@github.com>
Thu, 13 Sep 2018 19:42:26 +0000 (12:42 -0700)
commitb2a6aa32f34b6d77c15f175a9df7271a05519bf9
treefe94747098bc389efd3ecfa0954031cd6a8ce2e0
parent305056494d7e1debec3df268b8925725b0110293
closes bpo-34664: Only check file permission bits of newly created directories. (GH-9273)

(cherry picked from commit 84db4a9978069a98978e9cd7951d1a01d47e5286)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
Lib/test/test_os.py