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 pitrou
Recipients gregory.p.smith, pitrou, yann
Date 2021-12-22.09:45:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640166317.18.0.703604154279.issue41222@roundup.psfhosted.org>
In-reply-to
Content
Hmm, sorry for not responding earlier.

Buffering is necessary for implementing the universal_newlines behaviour (I don't know how we could do otherwise?). This has the unavoidable side effect that the Python buffered file object is not in sync with the underlying file descriptor, so that using `p.stdout` in a `select` call will give you inaccurate information.

So it seems like this is perhaps a documentation issue. What do you think?
History
Date User Action Args
2021-12-22 09:45:17pitrousetrecipients: + pitrou, gregory.p.smith, yann
2021-12-22 09:45:17pitrousetmessageid: <1640166317.18.0.703604154279.issue41222@roundup.psfhosted.org>
2021-12-22 09:45:17pitroulinkissue41222 messages
2021-12-22 09:45:17pitroucreate