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 serhiy.storchaka
Recipients daves, jmsdvl, ncoghlan, serhiy.storchaka
Date 2017-07-24.18:03:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500919423.81.0.142982260323.issue31014@psf.upfronthosting.co.za>
In-reply-to
Content
This would be not easy. Since the BROWSER environment variable should be patched before the first use the webbrowser module, the test should import webbrowser in a separate process (you can use the test.support.script_helper.assert_python_ok() helper).

_synthesize() is used in two places with different arguments: in register_standard_browsers() and in get().
History
Date User Action Args
2017-07-24 18:03:43serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, daves, jmsdvl
2017-07-24 18:03:43serhiy.storchakasetmessageid: <1500919423.81.0.142982260323.issue31014@psf.upfronthosting.co.za>
2017-07-24 18:03:43serhiy.storchakalinkissue31014 messages
2017-07-24 18:03:43serhiy.storchakacreate