]> granicus.if.org Git - python/commit
bpo-38109: Add missing constants to Lib/stat.py (GH-16665)
authorRonan Lamy <ronan.lamy@gmail.com>
Thu, 10 Oct 2019 07:34:46 +0000 (09:34 +0200)
committerVictor Stinner <vstinner@python.org>
Thu, 10 Oct 2019 07:34:46 +0000 (09:34 +0200)
commit7bb14316b8ceddb813f31040a299af94a57ab339
treedfac97d7fff7de61f580a9a1c59037d0788d2f83
parenta5447735c334a041ee2ffdeb5c7e13d7d4502ea2
bpo-38109: Add missing constants to Lib/stat.py (GH-16665)

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.
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]