[issue17472] Patch for Additional Test Coverage in urllib.parse

2013-03-21 Thread R. David Murray
R. David Murray added the comment: Thanks Daniel. I changed the Quoter test to look for the class name, since the purpose of that method is to differentiate itself from the base defaultdict repr. -- nosy: +r.david.murray resolution: -> fixed stage: -> committed/rejected status: open

[issue17472] Patch for Additional Test Coverage in urllib.parse

2013-03-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 472b72a61b0a by R David Murray in branch 'default': #17472: add tests for a couple of untested methods in urllib.urlparse. http://hg.python.org/cpython/rev/472b72a61b0a -- nosy: +python-dev ___ Python tra

[issue17472] Patch for Additional Test Coverage in urllib.parse

2013-03-18 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- assignee: -> orsenthil nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue17472] Patch for Additional Test Coverage in urllib.parse

2013-03-18 Thread Daniel Wozniak
New submission from Daniel Wozniak: Adding additional tests to get 100% coverage in urllib.parse module. It should be noted that line 598 technically has coverage but it does not appear that way due to an peephole optimization, at least we think that is the case. -- components: Tests f