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 terry.reedy
Recipients docs@python, py.user, python-dev, terry.reedy
Date 2013-07-31.02:30:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375237835.98.0.6954836576.issue18573@psf.upfronthosting.co.za>
In-reply-to
Content
> What about the second line?
What second line?
> It doesn't catch any exception
It? I do not understand your point. Your example works as documented, including "any unexpected exception is an error".

Actually, that should be 'any exception' as none is expected.

Also, "additional checks on the exception raised:" should be 'warning caught'
History
Date User Action Args
2013-07-31 02:30:36terry.reedysetrecipients: + terry.reedy, docs@python, py.user, python-dev
2013-07-31 02:30:35terry.reedysetmessageid: <1375237835.98.0.6954836576.issue18573@psf.upfronthosting.co.za>
2013-07-31 02:30:35terry.reedylinkissue18573 messages
2013-07-31 02:30:35terry.reedycreate