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

Update _markupbase, html/parser for CPython v3.11.2 #4703

Merged
merged 1 commit into from
Mar 17, 2023

Conversation

tdub0
Copy link
Contributor

@tdub0 tdub0 commented Mar 17, 2023

See #4564. Updated _markupbase.py and html/parser.py to match CPython v3.11.2.

Like _compression.py, there were no direct tests, but there were import references in html/parser.py and test/test_htmlparser.py. Copying from the CPython Lib: _markupbase.py, html/, test_html.py, and test_htmlparser.py showed only minor changes in _markupbase.py and html/parser.py. Thus, the tests are unchanged. test_html.py and test_htmlparser.py ran without error locally following the update.

@DimitrisJim
Copy link
Member

Thanks! Could you modify your commit to mention the Python version these libraries now correspond to?

Copy link
Member

@youknowone youknowone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@youknowone youknowone merged commit 21615cb into RustPython:main Mar 17, 2023
@tdub0 tdub0 deleted the markupbase branch March 18, 2023 18:48
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.

None yet

3 participants