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 andig2
Recipients andig2
Date 2015-04-14.09:51:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429005069.92.0.435113491074.issue23945@psf.upfronthosting.co.za>
In-reply-to
Content
Setup: IE default browser, FF37 preferred browser and configured in BROWSER env variable

Test:

import webbrowser
url = "http://localhost"
webbrowser.open(url + '?XDEBUG_SESSION_START=sublime.xdebug')

Behaviour:

1st run: FF opens -> ok
2nd run: FF opens new tab -> ok, in addition, IE opens -> WRONG
History
Date User Action Args
2015-04-14 09:51:09andig2setrecipients: + andig2
2015-04-14 09:51:09andig2setmessageid: <1429005069.92.0.435113491074.issue23945@psf.upfronthosting.co.za>
2015-04-14 09:51:09andig2linkissue23945 messages
2015-04-14 09:51:09andig2create