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 BreamoreBoy
Recipients BreamoreBoy, akuchling, bwmcadams, dieresys, georg.brandl, jjlee, orsenthil
Date 2010-07-10.15:04:26
SpamBayes Score 5.210079e-06
Marked as misclassified No
Message-id <1278774270.68.0.181071422447.issue2202@psf.upfronthosting.co.za>
In-reply-to
Content
I tried to test the patch but got:-
c:\Python26>python.exe lib\test\test_urllib2_localnet.py
Traceback (most recent call last):
  File "lib\test\test_urllib2_localnet.py", line 325, in <module>
    class DigestMD5sessClientAuthTests(BaseTestCase):
NameError: name 'BaseTestCase' is not defined
History
Date User Action Args
2010-07-10 15:04:30BreamoreBoysetrecipients: + BreamoreBoy, akuchling, georg.brandl, jjlee, orsenthil, bwmcadams, dieresys
2010-07-10 15:04:30BreamoreBoysetmessageid: <1278774270.68.0.181071422447.issue2202@psf.upfronthosting.co.za>
2010-07-10 15:04:26BreamoreBoylinkissue2202 messages
2010-07-10 15:04:26BreamoreBoycreate