[New-bugs-announce] [issue31014] webbrowser._synthesize uses outdated calling signature for webbrowser.register

John Still report at bugs.python.org
Mon Jul 24 10:32:24 EDT 2017


New submission from John Still:

The function `register` of the `webbrowser` module was updated a little while back to use the newish keyword-only argument syntax; however, the function `_synthesize` (also in `webbrowser`) is still using the outdated positional arguments only calling convention; leading a pair of tests in `Lib/tests/test_webbrowser.py` to fail.  I've issued a PR that fixes the function call to use the more modern calling convention.

----------
components: Library (Lib)
messages: 298976
nosy: jmsdvl
priority: normal
pull_requests: 2890
severity: normal
status: open
title: webbrowser._synthesize uses outdated calling signature for webbrowser.register
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31014>
_______________________________________


More information about the New-bugs-announce mailing list