This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Aaron1011
Recipients Aaron1011, BreamoreBoy, dstanek, eric.araujo, orsenthil
Date 2014-10-09.10:21:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412850112.01.0.41368403157.issue5843@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-10-09 10:21:52Aaron1011setrecipients: + Aaron1011, orsenthil, dstanek, eric.araujo, BreamoreBoy
2014-10-09 10:21:52Aaron1011setmessageid: <1412850112.01.0.41368403157.issue5843@psf.upfronthosting.co.za>
2014-10-09 10:21:51Aaron1011linkissue5843 messages
2014-10-09 10:21:51Aaron1011create