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 jon
Recipients jon
Date 2011-09-07.05:58:32
SpamBayes Score 4.602291e-06
Marked as misclassified No
Message-id <1315375113.16.0.494762103225.issue12924@psf.upfronthosting.co.za>
In-reply-to
Content
test_default_quoting() runs a number of identical tests on both quote() and quote_plus() (which is most cases have equivalent behavior).  However, at the end of the method, there appears to be a missing complementary call to quote_plus() despite there being an assertion call for the quote_plus() case.
History
Date User Action Args
2011-09-07 05:58:33jonsetrecipients: + jon
2011-09-07 05:58:33jonsetmessageid: <1315375113.16.0.494762103225.issue12924@psf.upfronthosting.co.za>
2011-09-07 05:58:32jonlinkissue12924 messages
2011-09-07 05:58:32joncreate