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 ncoghlan
Recipients daves, ncoghlan, serhiy.storchaka
Date 2017-02-25.07:56:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488009413.31.0.0358980154649.issue29644@psf.upfronthosting.co.za>
In-reply-to
Content
I considered that problem of "subprocess invocation as a side-effect of import", but in this case the output is needed by the immediately following "register_X_browsers()" call, as it affects how those browsers get inserted into webbrowser._tryorder.

That means there isn't any obvious way to delay it without a fairly significant refactoring of how the module works :(
History
Date User Action Args
2017-02-25 07:56:53ncoghlansetrecipients: + ncoghlan, serhiy.storchaka, daves
2017-02-25 07:56:53ncoghlansetmessageid: <1488009413.31.0.0358980154649.issue29644@psf.upfronthosting.co.za>
2017-02-25 07:56:53ncoghlanlinkissue29644 messages
2017-02-25 07:56:52ncoghlancreate