New submission from Julian Reschke:

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).

----------
components: Library (Lib)
messages: 233312
nosy: julian.resc...@gmx.de
priority: normal
severity: normal
status: open
title: urllib parse incorrect handing of params
type: behavior

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

Reply via email to