Ezio Melotti <ezio.melo...@gmail.com> added the comment:

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.

----------
nosy: +ezio.melotti, georg.brandl

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8936>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to