[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

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

serhiy-storchaka

Conversation

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

miss-islington added a commit to miss-islington/cpython that referenced this issue

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 issue

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>

Closed

Closed

Closed

jarun mentioned this pull request

Aug 14, 2018

Closed

faho mentioned this pull request

Aug 30, 2018

Closed

lisroach added a commit to lisroach/cpython that referenced this issue

Sep 10, 2018
webbrowser._synthesize() called webbrowser.register() with
outdated signature.

Co-Authored-By: John Still <john@jmsdvl.com>

yahya-abou-imran added a commit to yahya-abou-imran/cpython that referenced this issue

Nov 2, 2018
webbrowser._synthesize() called webbrowser.register() with
outdated signature.

Co-Authored-By: John Still <john@jmsdvl.com>

ollpu mentioned this pull request

Nov 14, 2018

Open