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 techtonik
Recipients brett.cannon, docs@python, techtonik
Date 2013-06-20.17:35:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371749745.5.0.987229552237.issue18269@psf.upfronthosting.co.za>
In-reply-to
Content
>>> v = open("VERSION")
>>> import os
>>> os.fchmod(v, 0664)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: an integer is required
History
Date User Action Args
2013-06-20 17:35:45techtoniksetrecipients: + techtonik, brett.cannon, docs@python
2013-06-20 17:35:45techtoniksetmessageid: <1371749745.5.0.987229552237.issue18269@psf.upfronthosting.co.za>
2013-06-20 17:35:45techtoniklinkissue18269 messages
2013-06-20 17:35:45techtonikcreate