[New-bugs-announce] [issue23150] urllib parse incorrect handing of params

Julian Reschke report at bugs.python.org
Fri Jan 2 15:13:47 CET 2015


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.reschke at gmx.de
priority: normal
severity: normal
status: open
title: urllib parse incorrect handing of params
type: behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23150>
_______________________________________


More information about the New-bugs-announce mailing list