[issue22852] urllib.parse wrongly strips empty #fragment

Martin Panter report at bugs.python.org
Sun Mar 22 14:36:41 CET 2015


Martin Panter added the comment:

Posting patch v2 with these changes:

* Split out scheme documentation fixes to Issue 23684.
* Renamed _NetlocResultMixinBase → _SplitParseBase
* Explained the default values of the flags better, and what None means
* Changed to Demian’s forward-looking “version changed” notices. I decided it is okay because the same information can be inferred.
* Tweaked urlunsplit() and urlunparse() descriptions

----------
Added file: http://bugs.python.org/file38633/has_netloc.v2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22852>
_______________________________________


More information about the Python-bugs-list mailing list