diff options
| author | Brett Cannon <brett@python.org> | 2013-07-04 17:51:50 -0400 |
|---|---|---|
| committer | Brett Cannon <brett@python.org> | 2013-07-04 17:51:50 -0400 |
| commit | 679ecb565be82ade822411dcfb1b954a60954890 (patch) | |
| tree | 2e06376ed152ad58a882c57566a5d11549803644 /Doc/c-api | |
| parent | 82da8886cc3d8166ab8ef5a257cb04a32ddb1720 (diff) | |
| download | cpython-git-679ecb565be82ade822411dcfb1b954a60954890.tar.gz | |
Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
ModuleNotFoundError.
Diffstat (limited to 'Doc/c-api')
| -rw-r--r-- | Doc/c-api/exceptions.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/c-api/exceptions.rst b/Doc/c-api/exceptions.rst index 1bdcdd3a36..c0c30a0450 100644 --- a/Doc/c-api/exceptions.rst +++ b/Doc/c-api/exceptions.rst @@ -686,8 +686,6 @@ the variables: +-----------------------------------------+---------------------------------+----------+ | :c:data:`PyExc_ImportError` | :exc:`ImportError` | | +-----------------------------------------+---------------------------------+----------+ -| :c:data:`PyExc_ModuleNotFoundError` | :exc:`ModuleNotFoundError` | | -+-----------------------------------------+---------------------------------+----------+ | :c:data:`PyExc_IndexError` | :exc:`IndexError` | | +-----------------------------------------+---------------------------------+----------+ | :c:data:`PyExc_InterruptedError` | :exc:`InterruptedError` | | |
