mirror of
https://github.com/python/cpython.git
synced 2025-11-19 10:46:17 +00:00
Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError
This commit is contained in:
parent
45091c0a0c
commit
82da8886cc
10 changed files with 807 additions and 842 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue