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 methane
Recipients Nathaniel Manista, ammar2, brett.cannon, docs@python, fdrake, methane, rhettinger
Date 2018-08-31.07:19:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535699984.05.0.56676864532.issue34538@psf.upfronthosting.co.za>
In-reply-to
Content
I didn't claim this pattern is not used anymore.
My point is "should we suggest this pattern for tutorial readers?"

* Is this pattern recommended blindly?  -- I think no.
* How / when this pattern is recommended?  -- When there is use case people want to catch the base exception.
* Should it be in tutorial?  -- I doubt it.  This topic requires some experience to understand.
History
Date User Action Args
2018-08-31 07:19:44methanesetrecipients: + methane, fdrake, brett.cannon, rhettinger, docs@python, Nathaniel Manista, ammar2
2018-08-31 07:19:44methanesetmessageid: <1535699984.05.0.56676864532.issue34538@psf.upfronthosting.co.za>
2018-08-31 07:19:44methanelinkissue34538 messages
2018-08-31 07:19:43methanecreate