[3.7] bpo-31014: Fix the webbrowser module. (GH-7267) by miss-islington · Pull Request #8183 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
miss-islington merged 1 commit intopython:3.7from
Jul 8, 2018Merged
[3.7] bpo-31014: Fix the webbrowser module. (GH-7267)#8183
miss-islington merged 1 commit intopython:3.7from
[3.7] bpo-31014: Fix the webbrowser module. (GH-7267)#8183
miss-islington merged 1 commit intopython:3.7from
Conversation
Copy link Copy Markdown
Contributor
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
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>
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
the
awaiting review
label
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Jul 8, 2018
miss-islington commented
Jul 8, 2018@serhiy-storchaka: Backport status check is done, and it's a success ✅ .
serhiy-storchaka approved these changes Jul 8, 2018
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
miss-islington
merged commit
a410f9f
into
python:3.7
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-25b804a-3.7
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment