]> granicus.if.org Git - python/commit
bpo-31014: Fix the webbrowser module. (GH-7267)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 8 Jul 2018 08:09:21 +0000 (01:09 -0700)
committerGitHub <noreply@github.com>
Sun, 8 Jul 2018 08:09:21 +0000 (01:09 -0700)
commita410f9f614b62cd7df220186d081ffd73786be91
treefa66a48283ac2fa8a7235154360284fd0f7b8937
parent21fe81c1fea1bca6b500550b5895e9ebcb3ebba6
bpo-31014: Fix the webbrowser module. (GH-7267)

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

Co-Authored-By: John Still <john@jmsdvl.com>
(cherry picked from commit 25b804a9c21c735ce322877f105ebab2539ccfc1)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_webbrowser.py
Lib/webbrowser.py
Misc/NEWS.d/next/Library/2018-05-31-06-48-55.bpo-31014.SNY681.rst [new file with mode: 0644]