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 gvanrossum
Recipients belopolsky, brett.cannon, gvanrossum, nnorwitz, taicki, zotbar1234
Date 2008-03-18.03:00:06
SpamBayes Score 0.22984828
Marked as misclassified No
Message-id <1205809219.83.0.74080685201.issue2291@psf.upfronthosting.co.za>
In-reply-to
Content
"except object:" will continue to be a no-op, if only for compatibility.

With -3 it will issue a warning (I just checked this in, from
issue2371).  With -3 -Werror it will be an error.

We still need patches to issue -3 warnings for:
- raising exceptions that don't derive from BaseException
- __getitem__ or __getslice__ on exception instances
History
Date User Action Args
2008-03-18 03:00:20gvanrossumsetspambayes_score: 0.229848 -> 0.22984828
recipients: + gvanrossum, nnorwitz, brett.cannon, belopolsky, zotbar1234, taicki
2008-03-18 03:00:19gvanrossumsetspambayes_score: 0.229848 -> 0.229848
messageid: <1205809219.83.0.74080685201.issue2291@psf.upfronthosting.co.za>
2008-03-18 03:00:06gvanrossumlinkissue2291 messages
2008-03-18 03:00:06gvanrossumcreate