Message 210473 - Python tracker
Message210473
| Author | paul.moore |
|---|---|
| Recipients | dstufft, ncoghlan, paul.moore, python-dev, r.david.murray |
| Date | 2014-02-07.14:28:34 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1391783314.29.0.255838170841.issue20053@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
As noted in http://bugs.python.org/issue1311 (referenced from http://bugs.python.org/issue20541) it's not actually correct to assume that os.path.exists(os.devnull) returns true, as on Windows the "null device" is not a proper filesystem object. So I'd suggest that the code here needs to avoid relying on this assumption. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-02-07 14:28:34 | paul.moore | set | recipients: + paul.moore, ncoghlan, r.david.murray, python-dev, dstufft |
| 2014-02-07 14:28:34 | paul.moore | set | messageid: <1391783314.29.0.255838170841.issue20053@psf.upfronthosting.co.za> |
| 2014-02-07 14:28:34 | paul.moore | link | issue20053 messages |
| 2014-02-07 14:28:34 | paul.moore | create | |