This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: PyExc_* not in index
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, theller
Priority: normal Keywords:

Created on 2004-05-06 06:30 by theller, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg20709 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2004-05-06 06:30
The PyExc_* variables are not in the Python/C API
index.  This prevents finding them easily.
msg20710 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2004-06-29 13:52
Logged In: YES 
user_id=11375

Fixed in CVS.
History
Date User Action Args
2022-04-11 14:56:04adminsetgithub: 40222
2004-05-06 06:30:40thellercreate