]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added S_IMODE() to strip the file type (S_IFMT) from a mode.
authorGuido van Rossum <guido@python.org>
Wed, 31 Oct 1990 11:25:23 +0000 (11:25 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 31 Oct 1990 11:25:23 +0000 (11:25 +0000)
commit468c448bccf4788e57e7f4e484d0285da54dedc7
treef4c5e5d3f54218e103bb6ab3545130d0a50e0179
parent36ddc9e31884d0143d9b23b7f72ddf4f3d45145f
Added S_IMODE() to strip the file type (S_IFMT) from a mode.
Lib/stat.py