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 ajaksu2
Recipients ajaksu2, collinwinter
Date 2009-05-18.21:24:48
SpamBayes Score 0.0035453462
Marked as misclassified No
Message-id <1242681890.77.0.423343442894.issue6032@psf.upfronthosting.co.za>
In-reply-to
Content
LGTM :)

This part changes the output in verbose mode, not sure it's necessary
(but not a real problem either):

-    test_support.run_unittest(ProxyAuthTests)
-    test_support.run_unittest(TestUrlopen)
+    test_support.run_unittest(ProxyAuthTests, TestUrlopen)
History
Date User Action Args
2009-05-18 21:24:50ajaksu2setrecipients: + ajaksu2, collinwinter
2009-05-18 21:24:50ajaksu2setmessageid: <1242681890.77.0.423343442894.issue6032@psf.upfronthosting.co.za>
2009-05-18 21:24:49ajaksu2linkissue6032 messages
2009-05-18 21:24:48ajaksu2create