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 ncoghlan
Recipients barry, belopolsky, ncoghlan, r.david.murray, rhettinger, skrah, vstinner, zero.piraeus
Date 2013-10-16.23:21:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7fa2NM=NgmBGmopQ=tUEJqdUP9x4C4YYuDjsDDQigXTQA@mail.gmail.com>
In-reply-to <CADiSq7fFBL4yDGyDAArszARkFPsC7mRgxXE4Xo2G+edRrGxNaQ@mail.gmail.com>
Content
The reason I specifically *don't* like trap or catch for this is that they
both have "... and do something with it" connotations for me, whereas
ignore and suppress both appropriately imply "... and silently discard it".
History
Date User Action Args
2013-10-16 23:21:37ncoghlansetrecipients: + ncoghlan, barry, rhettinger, belopolsky, vstinner, r.david.murray, skrah, zero.piraeus
2013-10-16 23:21:37ncoghlanlinkissue19266 messages
2013-10-16 23:21:37ncoghlancreate