Craig Northway added the comment:
Whoops, looks like there is definitely some redundancy. I didn't notice those
tests at the time I wrote these (PyCon AU last year) and while I have been
grappling with getting permission to make the contributions it looks like it's
been worked on a
Changes by Craig Northway :
--
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue24579>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Craig Northway :
--
keywords: +patch
Added file: http://bugs.python.org/file39877/urllib.patch
___
Python tracker
<http://bugs.python.org/issue24
New submission from Craig Northway:
Patch containing additional tests for urllib module to increase code coverage
for url parsing.
Current coverage:
Lib/urllib/parse 51320261%
Updated coverage:
Lib/urllib/parse 51313973%
--
components