[issue10344] codecs.open() buffering doc needs fix

2018-10-19 Thread STINNER Victor
STINNER Victor added the comment: 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/a2670565d8f5c502388378aba1f

[issue10344] codecs.open() buffering doc needs fix

2017-12-13 Thread Alexey Izbyshev
Change by Alexey Izbyshev : -- keywords: +patch pull_requests: +4731 stage: needs patch -> patch review ___ Python tracker ___ ___ Py

[issue10344] codecs.open() buffering doc needs fix

2015-05-28 Thread Martin Panter
Martin Panter added the comment: A couple of specific problems have been raised by Terry here. Checking each against the current Python 3 status, some have already been fixed: * The codecs.open() signature has been fixed in Issue 19548. * The StreamReader.readline(size=...) parameter documenta

[issue10344] codecs.open() buffering doc needs fix

2015-05-28 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: -pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth