| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Thanks! Could you modify your commit to mention the Python version these libraries now correspond to? |
Sorry, something went wrong.
There was a problem hiding this comment.
Thank you!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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.