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 julian.reschke@gmx.de
Recipients julian.reschke@gmx.de
Date 2015-01-02.14:13:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420208027.4.0.951710161178.issue23150@psf.upfronthosting.co.za>
In-reply-to
Content
urllib.parse tries to special-case params, which have been dropped from the general URI syntax back in RFC 2396 (16 years ago).

In most cases this can be worked around by reconstructing the path from both path and params; however this fails for paths that *end* in a semicolon (because it's not possible to distinguish an empty param from an absent param).
History
Date User Action Args
2015-01-02 14:13:47julian.reschke@gmx.desetrecipients: + julian.reschke@gmx.de
2015-01-02 14:13:47julian.reschke@gmx.desetmessageid: <1420208027.4.0.951710161178.issue23150@psf.upfronthosting.co.za>
2015-01-02 14:13:47julian.reschke@gmx.delinkissue23150 messages
2015-01-02 14:13:46julian.reschke@gmx.decreate