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 georg.brandl
Recipients georg.brandl, r.david.murray
Date 2011-08-16.07:18:05
SpamBayes Score 5.3220196e-05
Marked as misclassified No
Message-id <1313479086.68.0.065111934389.issue12757@psf.upfronthosting.co.za>
In-reply-to
Content
doctest.py, line 2274 (in 2.7):

    def shortDescription(self):
        return "Skipping tests from %s" % module.__name__

"module" is not defined here. Assigning to David since he last changed this line. Test script attached.
History
Date User Action Args
2011-08-16 07:18:06georg.brandlsetrecipients: + georg.brandl, r.david.murray
2011-08-16 07:18:06georg.brandlsetmessageid: <1313479086.68.0.065111934389.issue12757@psf.upfronthosting.co.za>
2011-08-16 07:18:06georg.brandllinkissue12757 messages
2011-08-16 07:18:05georg.brandlcreate