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: Typo in PEP249
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: lemburg Nosy List: akuchling, lemburg, ods
Priority: normal Keywords: patch

Created on 2002-11-10 11:16 by ods, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (3)
msg41611 - (view) Author: Denis S. Otkidach (ods) * Date: 2002-11-10 11:16
There is a typo in the exception inheritance layout: DatabaseError must 
not be subclass of InterfaceError.
msg41612 - (view) Author: Denis S. Otkidach (ods) * Date: 2002-11-10 11:19
Logged In: YES 
user_id=63454

Assign to edtior of the PEP
msg41613 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2002-11-13 21:22
Logged In: YES 
user_id=11375

I'm not the author of the PEP, but the bug report looks correct; fixed.  Thanks for reporting this1
History
Date User Action Args
2022-04-10 16:05:53adminsetgithub: 37449
2002-11-10 11:16:01odscreate