Message191529
| 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:45 | techtonik | set | recipients: + techtonik, brett.cannon, docs@python |
| 2013-06-20 17:35:45 | techtonik | set | messageid: <1371749745.5.0.987229552237.issue18269@psf.upfronthosting.co.za> |
| 2013-06-20 17:35:45 | techtonik | link | issue18269 messages |
| 2013-06-20 17:35:45 | techtonik | create | |