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 jjlee
Recipients ajaksu2, jjlee, mike_j_brown, orsenthil, robzed
Date 2009-02-12.20:51:30
SpamBayes Score 0.0023117375
Marked as misclassified No
Message-id <1234471891.81.0.793877459458.issue918368@psf.upfronthosting.co.za>
In-reply-to
Content
A suitable test would be to derive a urllib.URLOpener subclass that has
an open_spam(url) method which records the URL.  Then call
.open("spam://") in the test and verify that the URL has been quoted.
History
Date User Action Args
2009-02-12 20:51:31jjleesetrecipients: + jjlee, mike_j_brown, robzed, orsenthil, ajaksu2
2009-02-12 20:51:31jjleesetmessageid: <1234471891.81.0.793877459458.issue918368@psf.upfronthosting.co.za>
2009-02-12 20:51:30jjleelinkissue918368 messages
2009-02-12 20:51:30jjleecreate