New submission from hai shi <shihai1...@126.com>:

Due to https://github.com/python/cpython/blob/master/Python/errors.c#L845-L846,
`PyObject* PyErr_SetImportErrorSubclass(PyObject *msg, PyObject *name, PyObject 
*path)` should be  `PyObject* PyErr_SetImportErrorSubclass(PyObject *exception, 
PyObject *msg, PyObject *name, PyObject *path)`

----------
assignee: docs@python
components: Documentation
messages: 346836
nosy: docs@python, shihai1991
priority: normal
severity: normal
status: open
title: Fix a param error in exceptions.rst
type: behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37441>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to