]> granicus.if.org Git - python/commit
bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16690)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 10 Oct 2019 13:50:32 +0000 (06:50 -0700)
committerVictor Stinner <vstinner@python.org>
Thu, 10 Oct 2019 13:50:32 +0000 (15:50 +0200)
commit8ab11c433a81b6c7ef84a66e36fbe199915e2ff6
tree66ac05ab6553ed808330107d388c54e4f424b21c
parentbaf8a9b03a56ce1ee2284763b267ff56ab4507fe
bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16690)

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]