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 serhiy.storchaka
Recipients Ben.Morgan, alanmcintyre, eric.smith, serhiy.storchaka
Date 2012-12-01.13:00:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354366843.2.0.864239481407.issue12004@psf.upfronthosting.co.za>
In-reply-to
Content
The patches look good to me, except that `self.assertIn('mod1.py', names)` can be used instead `self.assertTrue('mod1.py' in names)`.
History
Date User Action Args
2012-12-01 13:00:43serhiy.storchakasetrecipients: + serhiy.storchaka, alanmcintyre, eric.smith, Ben.Morgan
2012-12-01 13:00:43serhiy.storchakasetmessageid: <1354366843.2.0.864239481407.issue12004@psf.upfronthosting.co.za>
2012-12-01 13:00:43serhiy.storchakalinkissue12004 messages
2012-12-01 13:00:42serhiy.storchakacreate