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, docs@python
Date 2013-05-07.12:05:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367928320.73.0.37418131168.issue17924@psf.upfronthosting.co.za>
In-reply-to
Content
Related to #11016
I like to deprecate the S_IF* constants in favor of the S_IS*() functions.

rationals:
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html

No new S_IFMT symbolic names for the file type values of mode_t will be defined by POSIX.1-2008; if new file types are required, they will only be testable through S_ISxx() or S_TYPEISxxx() macros instead.
History
Date User Action Args
2013-05-07 12:05:20christian.heimessetrecipients: + christian.heimes, docs@python
2013-05-07 12:05:20christian.heimessetmessageid: <1367928320.73.0.37418131168.issue17924@psf.upfronthosting.co.za>
2013-05-07 12:05:20christian.heimeslinkissue17924 messages
2013-05-07 12:05:20christian.heimescreate