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 ezio.melotti
Recipients bluebloodpole, ezio.melotti, georg.brandl
Date 2009-09-16.02:55:32
SpamBayes Score 3.1461224e-07
Marked as misclassified No
Message-id <1253069733.95.0.916509423203.issue6879@psf.upfronthosting.co.za>
In-reply-to
Content
The original was:
>>> raise NameError, 'HiThere'
Since now this form is deprecated, I would remove that paragraph altogether.
Instead, that paragraph should be replaced with:
"The sole argument to raise indicates the exception to be raised. This
must be either an exception instance or an exception class (a class that
derives from Exception)."
as it is now in the Py3 doc (possibly backporting r58076).
History
Date User Action Args
2009-09-16 02:55:34ezio.melottisetrecipients: + ezio.melotti, georg.brandl, bluebloodpole
2009-09-16 02:55:33ezio.melottisetmessageid: <1253069733.95.0.916509423203.issue6879@psf.upfronthosting.co.za>
2009-09-16 02:55:32ezio.melottilinkissue6879 messages
2009-09-16 02:55:32ezio.melotticreate