[issue17913] stat.filemode returns "-" for sockets and unknown types

Christian Heimes report at bugs.python.org
Mon Oct 21 14:20:56 CEST 2013


Christian Heimes added the comment:

The C code in Python 3.4's _stat.c module already handle unsupported types correctly. I'm going to apply my patch to the Python implementation in 2.7, 3.3 and 3.4 soonish. Or is somebody against a fix of 2.7 and 3.3?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17913>
_______________________________________


More information about the Python-bugs-list mailing list