Message305689
| Author | vstinner |
|---|---|
| Recipients | Anthony Sottile, vstinner |
| Date | 2017-11-06.23:29:50 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1510010990.38.0.213398074469.issue31940@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I would prefer to catch os.lchmod() exception and reminds that lchmod() doesn't work. Search for _O_TMPFILE_WORKS in Lib/tempfile.py for a Python example of code trying to use a function, or falls back on something else. (I gave other examples for C code in a comment on PR 4267.) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-11-06 23:29:50 | vstinner | set | recipients: + vstinner, Anthony Sottile |
| 2017-11-06 23:29:50 | vstinner | set | messageid: <1510010990.38.0.213398074469.issue31940@psf.upfronthosting.co.za> |
| 2017-11-06 23:29:50 | vstinner | link | issue31940 messages |
| 2017-11-06 23:29:50 | vstinner | create | |