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 vstinner
Recipients vstinner
Date 2013-03-22.01:06:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363914389.27.0.529152136751.issue17516@psf.upfronthosting.co.za>
In-reply-to
Content
"Almost Dead code" is code generally considered as useless, but many Python unit tests use such code. Dummy example:

try:
   obj.attr
except AttributeError:
   pass

I don't think that we should touch this code, it's just for information.
History
Date User Action Args
2013-03-22 01:06:29vstinnersetrecipients: + vstinner
2013-03-22 01:06:29vstinnersetmessageid: <1363914389.27.0.529152136751.issue17516@psf.upfronthosting.co.za>
2013-03-22 01:06:29vstinnerlinkissue17516 messages
2013-03-22 01:06:29vstinnercreate