[docs] [issue18269] Clarify which integer is required in os.chmod() exception

Brett Cannon report at bugs.python.org
Thu Jun 20 21:10:27 CEST 2013


Brett Cannon added the comment:

That's expected with that kind of argument. os.fchmod() and os.chmod() only accept a path as a string or a file descriptor as an integer as specified in the docs: http://docs.python.org/3/library/os.html#os.chmod

----------
resolution:  -> invalid
status: open -> closed

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


More information about the docs mailing list