]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35486: Note Py3.6 import system API requirement change (GH-11540) (GH-11588)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 18 Jan 2019 01:11:09 +0000 (17:11 -0800)
committerNed Deily <nad@python.org>
Fri, 18 Jan 2019 01:11:09 +0000 (20:11 -0500)
commit1edb3dc6ff70db88a7e89586578e58a86ee0e75e
treeb6efc089063907fb1dd24725a619104354f44b03
parent7887c02d3372ebe3b39379588364134521a36c4e
bpo-35486: Note Py3.6 import system API requirement change (GH-11540) (GH-11588)

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>
Doc/library/importlib.rst
Doc/whatsnew/3.6.rst