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 docs@python, techtonik
Date 2013-06-20.06:24:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371709497.35.0.24521044136.issue18269@psf.upfronthosting.co.za>
In-reply-to
Content
(<type 'int'>, '0755')
(<type 'int'>, '0644')
Traceback (most recent call last):
  File "./tools/bootstrap.py", line 185, in extract_zip
    os.fchmod(outfile, unixperm)
TypeError: an integer is required


Here the integer that is required is not `unixperm`, but `outfile`.
History
Date User Action Args
2013-06-20 06:24:57techtoniksetrecipients: + techtonik, docs@python
2013-06-20 06:24:57techtoniksetmessageid: <1371709497.35.0.24521044136.issue18269@psf.upfronthosting.co.za>
2013-06-20 06:24:57techtoniklinkissue18269 messages
2013-06-20 06:24:56techtonikcreate