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 zach.ware
Recipients ezio.melotti, michael.foord, ned.deily, pitrou, serhiy.storchaka, terry.reedy, vajrasky, vstinner, zach.ware
Date 2013-11-13.20:24:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384374281.64.0.956119494554.issue19572@psf.upfronthosting.co.za>
In-reply-to
Content
Starting a review of #19492, I realized my original regexs didn't take comments into account.  Grepping "^\s+return\s*(#.*)?$" instead turned up a couple more skips, including some in test_tempfile that said "return  # ugh, can't use SkipTest", relics of the days before unittest.SkipTest.
History
Date User Action Args
2013-11-13 20:24:44zach.waresetrecipients: + zach.ware, terry.reedy, pitrou, vstinner, ned.deily, ezio.melotti, michael.foord, serhiy.storchaka, vajrasky
2013-11-13 20:24:41zach.waresetmessageid: <1384374281.64.0.956119494554.issue19572@psf.upfronthosting.co.za>
2013-11-13 20:24:41zach.warelinkissue19572 messages
2013-11-13 20:24:41zach.warecreate