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 ethan.furman
Recipients Rosuav, ethan.furman, jonathan.slenders, yselivanov
Date 2015-07-01.06:56:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435733779.99.0.752055020285.issue24536@psf.upfronthosting.co.za>
In-reply-to
Content
Nowhere else in the stdlib is 'readfd' defined, and 'writefd' is only used once in a test.

I think tacking on the 'fd' is both too low level as well as misleading since these are not file descriptors.

If there is no agreement on read/write (understandable since those are usually methods), then perhaps input/output?
History
Date User Action Args
2015-07-01 06:56:20ethan.furmansetrecipients: + ethan.furman, Rosuav, yselivanov, jonathan.slenders
2015-07-01 06:56:19ethan.furmansetmessageid: <1435733779.99.0.752055020285.issue24536@psf.upfronthosting.co.za>
2015-07-01 06:56:19ethan.furmanlinkissue24536 messages
2015-07-01 06:56:19ethan.furmancreate