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 benjamin.peterson, gregory.p.smith, izbyshev, pitrou, stutzbach, vstinner
Date 2018-10-20.00:22:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539994956.62.0.702299269573.issue32236@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:36vstinnersetrecipients: + vstinner, gregory.p.smith, pitrou, benjamin.peterson, stutzbach, izbyshev
2018-10-20 00:22:36vstinnersetmessageid: <1539994956.62.0.702299269573.issue32236@psf.upfronthosting.co.za>
2018-10-20 00:22:36vstinnerlinkissue32236 messages
2018-10-20 00:22:36vstinnercreate