Aaron Hill added the comment:

In order to fix this, I think ParseResult needs to have two additional fields, 
indicating with an empty prefix or query string are used.

Both ParseResult.fragment and ParseResult.query omit the leading '#' or '?' 
from their value. This makes it impossible to determine if the fragment/query 
string is entirely absent, or has no value.

----------
nosy: +Aaron1011

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

Reply via email to