Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 29, 2017

Conversation

miss-islington
Copy link
Contributor

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

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
Contributor Author

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

@serhiy-storchaka serhiy-storchaka merged commit fc73c54 into python:2.7 Nov 29, 2017
@miss-islington
Copy link
Contributor Author

Thanks, @serhiy-storchaka!

@miss-islington miss-islington deleted the backport-219c2de-2.7 branch November 29, 2017 00:15
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