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 georg.brandl
Recipients georg.brandl, lekma
Date 2009-10-03.09:30:07
SpamBayes Score 3.3793822e-06
Marked as misclassified No
Message-id <1254562209.38.0.15943382621.issue7033@psf.upfronthosting.co.za>
In-reply-to
Content
Sounds like a useful new API. Two comments:

* The version without *base* is not needed.  Passing an explicit NULL
for *base* is easy enough.
* The name "PyErr_Create" is needlessly different from
"PyErr_NewException".  Something like "PyErr_NewExceptionWithDoc" is better.
History
Date User Action Args
2009-10-03 09:30:09georg.brandlsetrecipients: + georg.brandl, lekma
2009-10-03 09:30:09georg.brandlsetmessageid: <1254562209.38.0.15943382621.issue7033@psf.upfronthosting.co.za>
2009-10-03 09:30:07georg.brandllinkissue7033 messages
2009-10-03 09:30:07georg.brandlcreate