]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15767: Add ModuleNotFoundError.
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 7 Sep 2016 22:42:32 +0000 (15:42 -0700)
committerEric Snow <ericsnowcurrently@gmail.com>
Wed, 7 Sep 2016 22:42:32 +0000 (15:42 -0700)
commitc943265ba56e7ce7e2fe79fdecfc6670e10e5467
tree3447a25e48844f57e2e8452aad43a3567101cd32
parent86a76684269f940a20366cb42668f1acb0982dca
Issue #15767: Add ModuleNotFoundError.
Doc/c-api/exceptions.rst
Doc/library/exceptions.rst
Include/pyerrors.h
Lib/_compat_pickle.py
Lib/test/exception_hierarchy.txt
Lib/test/test_pickle.py
Misc/NEWS
Objects/exceptions.c