Message191533
| 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:27 | brett.cannon | set | recipients: + brett.cannon, techtonik, docs@python |
| 2013-06-20 19:10:27 | brett.cannon | set | messageid: <1371755427.23.0.892689258705.issue18269@psf.upfronthosting.co.za> |
| 2013-06-20 19:10:27 | brett.cannon | link | issue18269 messages |
| 2013-06-20 19:10:27 | brett.cannon | create | |