Message273223
| Author | hathawsh |
|---|---|
| Recipients | hathawsh, martin.panter, vstinner, ztane |
| Date | 2016-08-20.16:35:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1471710913.01.0.283732782627.issue27805@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Thanks for the analysis. I have already started a pull request to fix this in Supervisor, but I also thought this change to Python might be gratuitous and accidental. It seems like open('/dev/stdout', 'a') ought to work the same as Python 2. If not, the Python documentation should warn people that using 'a' with character devices and FIFOs will cause an OSError. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-08-20 16:35:13 | hathawsh | set | recipients: + hathawsh, vstinner, martin.panter, ztane |
| 2016-08-20 16:35:13 | hathawsh | set | messageid: <1471710913.01.0.283732782627.issue27805@psf.upfronthosting.co.za> |
| 2016-08-20 16:35:12 | hathawsh | link | issue27805 messages |
| 2016-08-20 16:35:12 | hathawsh | create | |