Skip to content

Fix python 3 compatibility in normalize.py#606

Open
znewt99 wants to merge 1 commit intocommonmark:masterfrom
znewt99:patch-1
Open

Fix python 3 compatibility in normalize.py#606
znewt99 wants to merge 1 commit intocommonmark:masterfrom
znewt99:patch-1

Conversation

@znewt99
Copy link
Copy Markdown

@znewt99 znewt99 commented Apr 25, 2026

Add change from the commonmark-spec version of normalize.py
Change from commonmark/commonmark-spec/pull/815
Fixes #605

urllib.quote and urllib.unquote were moved to urllib.parse in python 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

normalize.py is missing a change that the commonmark-spec version has

1 participant