This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:13hathawshsetrecipients: + hathawsh, vstinner, martin.panter, ztane
2016-08-20 16:35:13hathawshsetmessageid: <1471710913.01.0.283732782627.issue27805@psf.upfronthosting.co.za>
2016-08-20 16:35:12hathawshlinkissue27805 messages
2016-08-20 16:35:12hathawshcreate