New submission from Jon Parise <j...@indelible.org>:

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.

----------
components: Tests
files: test_urllib.default_quoting.patch
keywords: patch
messages: 143663
nosy: jon
priority: normal
severity: normal
status: open
title: Missing call to quote_plus() in test_urllib.test_default_quoting()
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file23112/test_urllib.default_quoting.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12924>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to