Skip to content

[3.6] bpo-32110: codecs.StreamReader.read(n) now returns not more than n (GH-4499)#4622

Merged
serhiy-storchaka merged 1 commit into
python:3.6from
miss-islington:backport-219c2de-3.6
Nov 29, 2017
Merged

[3.6] bpo-32110: codecs.StreamReader.read(n) now returns not more than n (GH-4499)#4622
serhiy-storchaka merged 1 commit into
python:3.6from
miss-islington:backport-219c2de-3.6

Conversation

@miss-islington

@miss-islington miss-islington commented Nov 28, 2017

Copy link
Copy Markdown
Contributor

characters/bytes for non-negative n. This makes it compatible with
read() methods of other file-like objects.
(cherry picked from commit 219c2de)

https://bugs.python.org/issue32110

…ythonGH-4499)

characters/bytes for non-negative n.  This makes it compatible with
read() methods of other file-like objects.
(cherry picked from commit 219c2de)
@miss-islington

Copy link
Copy Markdown
Contributor Author

@serhiy-storchaka: Backport status check is done, and it's a success ✅ .

@serhiy-storchaka serhiy-storchaka merged commit 230ffea into python:3.6 Nov 29, 2017
@miss-islington

Copy link
Copy Markdown
Contributor Author

Thanks, @serhiy-storchaka!

@miss-islington miss-islington deleted the backport-219c2de-3.6 branch November 29, 2017 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants