You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django developers (Contributions to Django itself)
Hi,I had a doubt.RFC 3987 stated that the percent encoding corresponding to % , i.e '%25' must not be converted to its octet while converting the uri to its iri.So then the output of uri_to_iri("%2525") should be what , "%2525" itself?Currently it gives %25 as the output.