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 mark
Recipients gpolo, mark
Date 2008-05-12.13:54:45
SpamBayes Score 0.007895194
Marked as misclassified No
Message-id <1210600494.04.0.377212984344.issue2835@psf.upfronthosting.co.za>
In-reply-to
Content
I get the same bug on Fedora 8 (Python build 63161) and Kubuntu 8
(official Py30a5 release)---but not on Windows XP Home where the URL is
opened correctly.

Python 3.0a5+ (py3k:60668:63161, May 12 2008, 14:46:40)
[GCC 4.1.2 20070925 (Red Hat 4.1.2-33)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import webbrowser
>>> webbrowser.open("http://www.python.org")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/mark/pycore/30/Lib/webbrowser.py", line 61, in open
if browser.open(url, new, autoraise):


Python 3.0a5 (r30a5:62856, May  9 2008, 11:27:40) 
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
Type "copyright", "credits" or "license()" for more information.
IDLE 3.0a5      
>>> import webbrowser
>>> webbrowser.open("http://www.python.org")
Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    webbrowser.open("http://www.python.org")
...
History
Date User Action Args
2008-05-12 13:54:56marksetspambayes_score: 0.00789519 -> 0.007895194
recipients: + mark, gpolo
2008-05-12 13:54:54marksetspambayes_score: 0.00789519 -> 0.00789519
messageid: <1210600494.04.0.377212984344.issue2835@psf.upfronthosting.co.za>
2008-05-12 13:54:52marklinkissue2835 messages
2008-05-12 13:54:48markcreate