This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, jcea, loewis, movement, pitrou
Date 2013-05-03.11:57:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367582221.74.0.968746860514.issue11016@psf.upfronthosting.co.za>
In-reply-to
Content
The stat module (or whatever it is going to be in Python 3.4) is missing more checks than S_ISDOOR:

# Solaris
S_ISDOOR()
S_ISPORT()

# POSIX 1.b real-time extension
S_ISMSG()
S_ISSEM()
S_ISSHM()

# whiteout, translucent file systems
S_ISWHT
History
Date User Action Args
2013-05-03 11:57:01christian.heimessetrecipients: + christian.heimes, loewis, jcea, pitrou, movement
2013-05-03 11:57:01christian.heimessetmessageid: <1367582221.74.0.968746860514.issue11016@psf.upfronthosting.co.za>
2013-05-03 11:57:01christian.heimeslinkissue11016 messages
2013-05-03 11:57:01christian.heimescreate