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 <rep...@bugs.python.org> <http://bugs.python.org/issue31014> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com