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 martin.panter
Recipients berker.peksag, demian.brecht, madison.may, martin.panter, mher, orsenthil
Date 2015-03-26.23:09:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427411389.22.0.584228132723.issue18828@psf.upfronthosting.co.za>
In-reply-to
Content
If necessary, we can add a new non_relative list, rather than changing non_hierarchical. The repository history shows that “non_hierarchical” was updated with new schemes once or twice, but has never been used since it was added to Python as “urlparse.py”.

IMAP, WAIS and Gopher URLs can have extra components added using slashes, which satisfies my idea of “hierarchical”. For IMAP, I think this is explicitly mentioned in the RFC: <https://tools.ietf.org/html/rfc5092#section-7>. For WAIS, the hierarchy is not arbitrary, but your resulting URL wais://foo@bar.com/newpath probably matches the wais://<host>:<port>/<database> URL form, and I am not proposing to change that behaviour.
History
Date User Action Args
2015-03-26 23:09:49martin.pantersetrecipients: + martin.panter, orsenthil, mher, berker.peksag, demian.brecht, madison.may
2015-03-26 23:09:49martin.pantersetmessageid: <1427411389.22.0.584228132723.issue18828@psf.upfronthosting.co.za>
2015-03-26 23:09:49martin.panterlinkissue18828 messages
2015-03-26 23:09:49martin.pantercreate