This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon, docs@python, techtonik
Date 2013-06-20.19:10:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371755427.23.0.892689258705.issue18269@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-06-20 19:10:27brett.cannonsetrecipients: + brett.cannon, techtonik, docs@python
2013-06-20 19:10:27brett.cannonsetmessageid: <1371755427.23.0.892689258705.issue18269@psf.upfronthosting.co.za>
2013-06-20 19:10:27brett.cannonlinkissue18269 messages
2013-06-20 19:10:27brett.cannoncreate