Skip to content

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented May 31, 2018

webbrowser._synthesize() called webbrowser.register() with outdated signature.

Based on patch by John Still (#2689).

https://bugs.python.org/issue31014

webbrowser._synthesize() called webbrowser.register() with
outdated signature.  Based on patch by John Still.
Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

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

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 [email protected]

GitHub recognizes this tag and will account John contribution!

@serhiy-storchaka serhiy-storchaka merged commit 25b804a into python:master Jul 8, 2018
@miss-islington
Copy link
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7.
🐍🍒⛏🤖

@serhiy-storchaka serhiy-storchaka deleted the webbrowser-syntesize branch July 8, 2018 07:22
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 8, 2018
webbrowser._synthesize() called webbrowser.register() with
outdated signature.

Co-Authored-By: John Still <[email protected]>
(cherry picked from commit 25b804a)

Co-authored-by: Serhiy Storchaka <[email protected]>
@bedevere-bot
Copy link

GH-8183 is a backport of this pull request to the 3.7 branch.

@miss-islington
Copy link
Contributor

Sorry, @serhiy-storchaka, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 25b804a9c21c735ce322877f105ebab2539ccfc1 2.7

@miss-islington
Copy link
Contributor

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.6 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 25b804a9c21c735ce322877f105ebab2539ccfc1 3.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants