Martin v. Löwis <mar...@v.loewis.de> added the comment: Am 26.01.2011 14:14, schrieb Jesús Cea Avión: > > Jesús Cea Avión <j...@jcea.es> added the comment: > > Antoine, I am not talking about python, I am talking about the UNIX > standarization process. In particular, how a new flag (for > filesystems) in an OS can be "skipped" and not being reused for some > other purpuse in other OS.
There is no standards body defining the S_IFMT numerical values. POSIX defines the symbolic constants: http://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/stat.h.html The Python stat module is flawed in assuming it knows the numeric values (although by tradition, it is correct on all systems we care about). ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11016> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com