This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jmsdvl
Recipients jmsdvl
Date 2017-07-24.14:32:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500906744.5.0.485850012333.issue31014@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-07-24 14:32:24jmsdvlsetrecipients: + jmsdvl
2017-07-24 14:32:24jmsdvlsetmessageid: <1500906744.5.0.485850012333.issue31014@psf.upfronthosting.co.za>
2017-07-24 14:32:24jmsdvllinkissue31014 messages
2017-07-24 14:32:24jmsdvlcreate