]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35486: Note Py3.6 import system API requirement change (GH-11540)
authorNick Coghlan <ncoghlan@gmail.com>
Thu, 17 Jan 2019 10:41:29 +0000 (20:41 +1000)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 17 Jan 2019 10:41:29 +0000 (02:41 -0800)
commitcee29b46a19116261b083dc803217aa754c7df40
treeb34027910cb04d187121d7371bbdbfd749185087
parent8c349565e8a442e17f1a954d1a9996847749d778
bpo-35486: Note Py3.6 import system API requirement change (GH-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
Doc/library/importlib.rst
Doc/whatsnew/3.6.rst