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 berker.peksag, terry.reedy, Алексей Смирнов
Date 2015-09-18.23:35:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442619344.73.0.758440534605.issue25139@psf.upfronthosting.co.za>
In-reply-to
Content
I believe this is equivalent.

In general, bare excepts should be either made more specific or commented as intentional.  Since derived classes can override finish_request, and fail any which way, the latter is probably appropriate here:
    # derived classes may override finish_request
History
Date User Action Args
2015-09-18 23:35:44terry.reedysetrecipients: + terry.reedy, berker.peksag, Алексей Смирнов
2015-09-18 23:35:44terry.reedysetmessageid: <1442619344.73.0.758440534605.issue25139@psf.upfronthosting.co.za>
2015-09-18 23:35:44terry.reedylinkissue25139 messages
2015-09-18 23:35:44terry.reedycreate