Message191502
| 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:57 | techtonik | set | recipients: + techtonik, docs@python |
| 2013-06-20 06:24:57 | techtonik | set | messageid: <1371709497.35.0.24521044136.issue18269@psf.upfronthosting.co.za> |
| 2013-06-20 06:24:57 | techtonik | link | issue18269 messages |
| 2013-06-20 06:24:56 | techtonik | create | |