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 pitrou
Recipients jcea, loewis, movement, pitrou
Date 2011-01-26.13:07:00
SpamBayes Score 0.0014778145
Marked as misclassified No
Message-id <1296047217.3684.24.camel@localhost.localdomain>
In-reply-to <1296047018.27.0.243760636214.issue11016@psf.upfronthosting.co.za>
Content
> But now I am wondering... Which organization defines flags like
> S_IFSOCK or S_IFIFO?. Posix members?. I am worried about flag
> collision between OSs.

They are defined unconditionally in Lib/stat.py.

> For instance, if DOORS were a real flag defined in Solaris, how other
> OSs would know to not reuse that flag for some other purpose? :).

Which flag? S_ISDOOR uses an (unlikely) combination of existing flags.
History
Date User Action Args
2011-01-26 13:07:00pitrousetrecipients: + pitrou, loewis, jcea, movement
2011-01-26 13:07:00pitroulinkissue11016 messages
2011-01-26 13:07:00pitroucreate