bpo-31014: Fix the webbrowser module.#7267
Conversation
webbrowser._synthesize() called webbrowser.register() with outdated signature. Based on patch by John Still.
vstinner
left a comment
There was a problem hiding this comment.
LGTM.
I tested manually that test_webbrowser fails without the webbrowser.py fix.
You should credit John using the following tag at the end of your commit message (I didn't check if you already did it):
Co-Authored-By: John Still john@jmsdvl.com
GitHub recognizes this tag and will account John contribution!
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
webbrowser._synthesize() called webbrowser.register() with outdated signature. Co-Authored-By: John Still <john@jmsdvl.com> (cherry picked from commit 25b804a) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-8183 is a backport of this pull request to the 3.7 branch. |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
webbrowser._synthesize()calledwebbrowser.register()with outdated signature.Based on patch by John Still (#2689).
https://bugs.python.org/issue31014