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 ezio.melotti
Recipients brian.curtin, ezio.melotti, georg.brandl, techtonik
Date 2010-06-08.03:55:56
SpamBayes Score 0.036667775
Marked as misclassified No
Message-id <1275969358.81.0.615805767809.issue8936@psf.upfronthosting.co.za>
In-reply-to
Content
If you want it to open it with the default browser you have to specify the protocol (e.g. webbrowser.open("http://127.0.0.1:8080/")).
I don't know exactly why webbrowser decides to open webbrowser.open("127.0.0.1:8080") with IE, but the behavior seems consistent in all the versions, so it's not a regression.
History
Date User Action Args
2010-06-08 03:55:58ezio.melottisetrecipients: + ezio.melotti, georg.brandl, techtonik, brian.curtin
2010-06-08 03:55:58ezio.melottisetmessageid: <1275969358.81.0.615805767809.issue8936@psf.upfronthosting.co.za>
2010-06-08 03:55:57ezio.melottilinkissue8936 messages
2010-06-08 03:55:56ezio.melotticreate