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 orsenthil
Recipients julian.reschke@gmx.de, orsenthil
Date 2015-01-03.20:48:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <C58CD632128B44E6B8AF5BCE5169A86D@uthcode.com>
In-reply-to <1420274814.25.0.540856975235.issue23150@psf.upfronthosting.co.za>
Content
On Saturday, January 3, 2015 at 12:46 AM, Julian Reschke wrote:
> An example URI for this issue is:
> 
> http://example.com/;
> 
> The RFC 3986 path component for this URI is "/;". 
I think, a stronger argument might be desirable (something like a real world scenario wherein a web app can construct such an entity) for a path that ends in a semi-colon for breaking backwards compatibility. 

OTOH, making it RFC 3986 compliant itself is a good enough argument, but it should be applied in total and the whole module should be made compatible instead of pieces of it. There is a bug to track it. You can mention this instance for the desired behavior in that ticket too (and close this ticket if this desired behavior is a subset).
History
Date User Action Args
2015-01-03 20:48:25orsenthilsetrecipients: + orsenthil, julian.reschke@gmx.de
2015-01-03 20:48:25orsenthillinkissue23150 messages
2015-01-03 20:48:25orsenthilcreate