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 ezio.melotti
Recipients docs@python, eric.araujo, ezio.melotti, michael.foord, ncoghlan, notizblock, orsenthil, rhettinger, zach.ware
Date 2015-03-18.19:13:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426705980.89.0.0928975984441.issue11468@psf.upfronthosting.co.za>
In-reply-to
Content
Raymond, in the meanwhile can the proposed patch be applied?
I don't think it's necessary to show that you need to import a module in order to test its functions.  Using modules also has the disadvantage that people might not know what result to expect if they are not familiar with the functions of that module (e.g. the only functions that return True/False in the math module seem to be isfinite/isnan/isinf), whereas everyone should know basic string methods.
History
Date User Action Args
2015-03-18 19:13:00ezio.melottisetrecipients: + ezio.melotti, rhettinger, ncoghlan, orsenthil, eric.araujo, michael.foord, docs@python, notizblock, zach.ware
2015-03-18 19:13:00ezio.melottisetmessageid: <1426705980.89.0.0928975984441.issue11468@psf.upfronthosting.co.za>
2015-03-18 19:13:00ezio.melottilinkissue11468 messages
2015-03-18 19:13:00ezio.melotticreate