Issue 17924: Deprecate stat.S_IF* integer constants (original) (raw)

Issue17924

Created on 2013-05-07 12:05 by christian.heimes, last changed 2022-04-11 14:57 by admin.

Messages (2)
msg188641 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2013-05-07 12:05
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.
msg223261 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-07-16 19:44
Should this have the same nosy list as #11016 ?
History
Date User Action Args
2022-04-11 14:57:45 admin set github: 62124
2021-10-21 13:06:37 christian.heimes set versions: + Python 3.11, - Python 3.4
2019-04-26 19:48:28 BreamoreBoy set nosy: - BreamoreBoy
2014-07-16 19:44:04 BreamoreBoy set nosy: + BreamoreBoymessages: +
2013-05-07 12:05:20 christian.heimes create