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

[3.6] bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (GH-4118) #4128

Merged
merged 1 commit into from Oct 26, 2017

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Oct 26, 2017

BytesWarning no longer emitted when the fromlist argument of
__import__() or the __all__ attribute of the module contain bytes
instances..
(cherry picked from commit 41c5694)

https://bugs.python.org/issue21720

…pythonGH-4118)

BytesWarning no longer emitted when the fromlist argument of
__import__() or the __all__ attribute of the module contain bytes
instances..
(cherry picked from commit 41c5694)
@bedevere-bot bedevere-bot added the type-feature A feature request or enhancement label Oct 26, 2017
Copy link
Contributor

@taleinat taleinat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM: Seems identical to the 3.7 commit, everything looks okay, all tests pass.

@serhiy-storchaka serhiy-storchaka merged commit 2b5cbbb into python:3.6 Oct 26, 2017
@serhiy-storchaka serhiy-storchaka deleted the backport-41c5694-3.6 branch October 26, 2017 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature A feature request or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants