Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError

This commit is contained in:
Brett Cannon 2013-07-04 17:48:16 -04:00
parent 45091c0a0c
commit 82da8886cc
10 changed files with 807 additions and 842 deletions

View file

@ -539,10 +539,6 @@ Documentation
C-API
-----
- Issue #15767: Added PyErr_SetImportErrorSubclass().
- PyErr_SetImportError() now sets TypeError when its msg argument is set.
- Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and
PyObject_CallMethod() now changed to `const char*`. Based on patches by
Jörg Müller and Lars Buitinck.