Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difference between Python and Cython implementation of quoter #514

Closed
serhiy-storchaka opened this issue Sep 27, 2020 · 0 comments · Fixed by #515
Closed

Difference between Python and Cython implementation of quoter #514

serhiy-storchaka opened this issue Sep 27, 2020 · 0 comments · Fixed by #515

Comments

@serhiy-storchaka
Copy link
Contributor

Python implementation:

>>> URL('/%/%25')
URL('/%25/%25')

Cython implementation:

>>> URL('/%/%25')
URL('/%25/%2525')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants