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 md5i
Recipients georg.brandl, md5i
Date 2009-01-30.18:41:17
SpamBayes Score 0.0053437916
Marked as misclassified No
Message-id <1233340878.84.0.440465699769.issue5112@psf.upfronthosting.co.za>
In-reply-to
Content
Documentation says that this call is shorthand for
PyErr_SetString(PyExc_TypeError, message), but is instead shorthand for
PyErr_SetString(PyExc_SystemError, message).
History
Date User Action Args
2009-01-30 18:41:18md5isetrecipients: + md5i, georg.brandl
2009-01-30 18:41:18md5isetmessageid: <1233340878.84.0.440465699769.issue5112@psf.upfronthosting.co.za>
2009-01-30 18:41:17md5ilinkissue5112 messages
2009-01-30 18:41:17md5icreate