Staging
v0.5.1
https://github.com/python/cpython
Revision 1edb3dc6ff70db88a7e89586578e58a86ee0e75e authored by Miss Islington (bot) on 18 January 2019, 01:11:09 UTC, committed by Ned Deily on 18 January 2019, 01:11:09 UTC
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 cee29b46a19116261b083dc803217aa754c7df40)

Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
1 parent 7887c02
History
Tip revision: 1edb3dc6ff70db88a7e89586578e58a86ee0e75e authored by Miss Islington (bot) on 18 January 2019, 01:11:09 UTC
bpo-35486: Note Py3.6 import system API requirement change (GH-11540) (GH-11588)
Tip revision: 1edb3dc
File Mode Size
ci.yml -rw-r--r-- 2.7 KB
docker-steps.yml -rw-r--r-- 2.2 KB
docs-steps.yml -rw-r--r-- 1.3 KB
macos-steps.yml -rw-r--r-- 724 bytes
posix-deps.sh -rwxr-xr-x 590 bytes
posix-steps.yml -rw-r--r-- 1.9 KB
pr.yml -rw-r--r-- 1.8 KB
prebuild-checks.yml -rw-r--r-- 1.2 KB
windows-steps.yml -rw-r--r-- 1.1 KB

back to top