]> granicus.if.org Git - python/commit
bpo-31014: Fix the webbrowser module. (GH-7267)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 8 Jul 2018 07:22:32 +0000 (10:22 +0300)
committerGitHub <noreply@github.com>
Sun, 8 Jul 2018 07:22:32 +0000 (10:22 +0300)
commit25b804a9c21c735ce322877f105ebab2539ccfc1
tree864aaead0e0372f44e477c30cba826e9e2ca497f
parent0830858aeedecc9ece60349f8c31c2690d1a99f8
bpo-31014: Fix the webbrowser module. (GH-7267)

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

Co-Authored-By: John Still <john@jmsdvl.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]