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 vstinner
Recipients Santiago.Piccinini, amaury.forgeotdarc, docs@python, lemburg, martin.panter, terry.reedy, vstinner
Date 2018-10-20.00:22:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539994956.89.0.663665092547.issue10344@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset a2670565d8f5c502388378aba1fe73023fd8c8d4 by Victor Stinner (Alexey Izbyshev) in branch 'master':
bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842)
https://github.com/python/cpython/commit/a2670565d8f5c502388378aba1fe73023fd8c8d4
History
Date User Action Args
2018-10-20 00:22:37vstinnersetrecipients: + vstinner, lemburg, terry.reedy, amaury.forgeotdarc, docs@python, Santiago.Piccinini, martin.panter
2018-10-20 00:22:36vstinnersetmessageid: <1539994956.89.0.663665092547.issue10344@psf.upfronthosting.co.za>
2018-10-20 00:22:36vstinnerlinkissue10344 messages
2018-10-20 00:22:36vstinnercreate