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.

Author ghaering
Recipients eric.araujo, ghaering, ncw, pitrou
Date 2010-08-05.09:57:02
SpamBayes Score 0.039573044
Marked as misclassified No
Message-id <1281002225.97.0.165374311526.issue9510@psf.upfronthosting.co.za>
In-reply-to
Content
PEP 0249 says that the module's Warning class must be a subclass of StandardError. So I reject your proposed change.

There are only two cases where pysqlite raises Warning, and these could be changed to ProgrammerError anyway.
History
Date User Action Args
2010-08-05 09:57:06ghaeringsetrecipients: + ghaering, pitrou, ncw, eric.araujo
2010-08-05 09:57:05ghaeringsetmessageid: <1281002225.97.0.165374311526.issue9510@psf.upfronthosting.co.za>
2010-08-05 09:57:04ghaeringlinkissue9510 messages
2010-08-05 09:57:02ghaeringcreate