Skip to content

[3.6] bpo-35486: Note Py3.6 import system API requirement change (GH-11540) #11588

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

Merged
merged 1 commit into from
Jan 18, 2019

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jan 17, 2019

While the introduction of ModuleNotFoundError was fully backwards
compatible on the import API consumer side, folks providing alternative
implementations of __import__ need to make an update to be
forward compatible with clients that start relying on the new subclass.

https://bugs.python.org/issue35486
(cherry picked from commit cee29b4)

Co-authored-by: Nick Coghlan ncoghlan@gmail.com

https://bugs.python.org/issue35486

…11540)

While the introduction of ModuleNotFoundError was fully backwards
compatible on the import API consumer side, folks providing alternative
implementations of `__import__` need to make an update to be
forward compatible with clients that start relying on the new subclass.

https://bugs.python.org/issue35486
(cherry picked from commit cee29b4)

Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
@miss-islington
Copy link
Contributor Author

@ncoghlan: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

Sorry, I can't merge this PR. Reason: You're not authorized to push to this branch. Visit https://help.github.com/articles/about-protected-branches/ for more information..

@ncoghlan
Copy link
Contributor

@ned-deily This one's going to need your RM powers to merge, as the branch is past its normal maintenance period.

@ned-deily ned-deily merged commit 1edb3dc into python:3.6 Jan 18, 2019
@miss-islington miss-islington deleted the backport-cee29b4-3.6 branch January 18, 2019 01:11
@ncoghlan
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants