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 brett.cannon, ezio.melotti, zach.ware
Date 2013-01-28.20:32:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359405171.11.0.463426342019.issue17066@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a fix for test_robotparser.py.  With this patch, the command 'python -m unittest discover Lib/test/ "test_*.py"' can actually be run--before the patch, test_robotparser's unique TestCase subclass causes unexpected errors for discovery.
History
Date User Action Args
2013-01-28 20:32:51zach.waresetrecipients: + zach.ware, brett.cannon, ezio.melotti
2013-01-28 20:32:51zach.waresetmessageid: <1359405171.11.0.463426342019.issue17066@psf.upfronthosting.co.za>
2013-01-28 20:32:51zach.warelinkissue17066 messages
2013-01-28 20:32:51zach.warecreate