Skip to content

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

Merged
serhiy-storchaka merged 1 commit into
python:3.6from
serhiy-storchaka:backport-41c5694-3.6
Oct 26, 2017
Merged

[3.6] bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (GH-4118)#4128
serhiy-storchaka merged 1 commit into
python:3.6from
serhiy-storchaka:backport-41c5694-3.6

Conversation

@serhiy-storchaka

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

Copy link
Copy Markdown
Member

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

@taleinat taleinat left a comment

Copy link
Copy Markdown
Contributor

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.

4 participants