commit | cee29b46a19116261b083dc803217aa754c7df40 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Thu Jan 17 20:41:29 2019 +1000 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Jan 17 02:41:29 2019 -0800 |
tree | b34027910cb04d187121d7371bbdbfd749185087 | |
parent | 8c349565e8a442e17f1a954d1a9996847749d778 [diff] |
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