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 hynek
Recipients eric.araujo, hynek, python-dev, tarek, tshepang
Date 2012-05-23.16:17:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337789841.9.0.298150607709.issue14885@psf.upfronthosting.co.za>
In-reply-to
Content
It _does_ seem to me like cruft.

Ditching it won’t be easy though:

$ grep -PR TESTFN Lib/test | wc -l
    1390

But it’s good to know to actively avoid using TESTFN whenever possible. I usually adapted myself to module style till now.
History
Date User Action Args
2012-05-23 16:17:24hyneksetrecipients: + hynek, tarek, eric.araujo, tshepang, python-dev
2012-05-23 16:17:21hyneksetmessageid: <1337789841.9.0.298150607709.issue14885@psf.upfronthosting.co.za>
2012-05-23 16:17:20hyneklinkissue14885 messages
2012-05-23 16:17:20hynekcreate