]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16691)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 10 Oct 2019 13:50:38 +0000 (06:50 -0700)
committerVictor Stinner <vstinner@python.org>
Thu, 10 Oct 2019 13:50:38 +0000 (15:50 +0200)
commitf5ed41c1ae9a575e965d55c6a5e86fb59181eee8
tree294411f4fec5cc1de813464879af65696b60641c
parentca012360b103f2ab1acfa506aed032b0ed9b105c
bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16691)

Add missing stat.S_IFDOOR, stat.S_IFPORT, stat.S_IFWHT,
stat.S_ISDOOR, stat.S_ISPORT, and stat.S_ISWHT values to
the Python implementation of the stat module.
(cherry picked from commit 7bb14316b8ceddb813f31040a299af94a57ab339)

Co-authored-by: Ronan Lamy <ronan.lamy@gmail.com>
Lib/stat.py
Lib/test/test_stat.py
Misc/NEWS.d/next/Library/2019-10-10-00-25-28.bpo-38109.9w-IGF.rst [new file with mode: 0644]