-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-27032, bpo-37328: Document removing HTMLParser.unescape(). #22288
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
bpo-27032, bpo-37328: Document removing HTMLParser.unescape(). #22288
Conversation
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
I am looking to discover the conflict and how to best resolve it. |
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
…nGH-22288) (cherry picked from commit a33f2c2)
…ythonGH-22288). (cherry picked from commit a33f2c2) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-22293 is a backport of this pull request to the 3.9 branch. |
The problem was that there was only 1 space above the following 'Porting...' in master, at least when this diff was created, while there were already 2 in the 3.9 version of the same file. |
Thank you Terry! |
…ythonGH-22288) (cherry picked from commit a33f2c2) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
https://bugs.python.org/issue27032