New submission from Christian Heimes:
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.
---------- assignee: docs@python components: Documentation, Library (Lib) messages: 188641 nosy: christian.heimes, docs@python priority: normal severity: normal status: open title: Deprecate stat.S_IF* integer constants type: behavior versions: Python 3.4
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue17924 _______________________________________
Mark Lawrence added the comment:
Should this have the same nosy list as #11016 ?
---------- nosy: +BreamoreBoy
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue17924 _______________________________________
Change by Mark Lawrence breamoreboy@gmail.com:
---------- nosy: -BreamoreBoy
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue17924 _______________________________________