bpo-31014: Fix the webbrowser module. by serhiy-storchaka · Pull Request #7267 · python/cpython

@serhiy-storchaka

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

@serhiy-storchaka

vstinner

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 <john@jmsdvl.com>
(cherry picked from commit 25b804a)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

miss-islington added a commit that referenced this pull request

Jul 8, 2018
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>

@jarun jarun mentioned this pull request

Aug 14, 2018

@faho faho mentioned this pull request

Aug 30, 2018

@ollpu ollpu mentioned this pull request

Nov 14, 2018