Staging
v0.5.1
https://github.com/python/cpython
Revision cee29b46a19116261b083dc803217aa754c7df40 authored by Nick Coghlan on 17 January 2019, 10:41:29 UTC, committed by Miss Islington (bot) on 17 January 2019, 10:41:29 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
1 parent 8c34956
History
Tip revision: cee29b46a19116261b083dc803217aa754c7df40 authored by Nick Coghlan on 17 January 2019, 10:41:29 UTC
bpo-35486: Note Py3.6 import system API requirement change (GH-11540)
Tip revision: cee29b4
File Mode Size
test
__init__.py -rw-r--r-- 3.1 KB
__main__.py -rw-r--r-- 472 bytes
case.py -rw-r--r-- 57.1 KB
loader.py -rw-r--r-- 22.1 KB
main.py -rw-r--r-- 11.0 KB
mock.py -rw-r--r-- 80.1 KB
result.py -rw-r--r-- 7.3 KB
runner.py -rw-r--r-- 7.6 KB
signals.py -rw-r--r-- 2.3 KB
suite.py -rw-r--r-- 12.5 KB
util.py -rw-r--r-- 5.1 KB

back to top