[issue17924] Deprecate stat.S_IF* integer constants

2021-10-21 Thread Christian Heimes
Change by Christian Heimes : -- versions: +Python 3.11 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue17924] Deprecate stat.S_IF* integer constants

2019-04-27 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17924] Deprecate stat.S_IF* integer constants

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Should this have the same nosy list as #11016 ? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17924 ___

[issue17924] Deprecate stat.S_IF* integer constants

2013-05-07 Thread Christian Heimes
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