Bugs item #1692695, was opened at 2007-04-02 08:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1692695&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Python Library Group: Python 2.5 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Pan Yongzhi (fossilet) Assigned to: Nobody/Anonymous (nobody) Summary: webbrowser module cannot open the right URL Initial Comment: My python version is: tux 0 ~ $ ipython Python 2.5 (release25-maint, Mar 29 2007, 11:14:31) Type "copyright", "credits" or "license" for more information. I use the example given at http://docs.python.org/lib/module-webbrowser.html : In [1]: import webbrowser In [2]: url = 'http://www.python.org' In [3]: webbrowser.open_new_tab(url + '/doc') The location bar of firefox shows: file:///home/tux/%22http://www.python.org/doc%22 and firefox cannot open the URL. This problem also occurs with local dir URLs. webbrowser.open also has this problem. In python 2.4.4 things are OK. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1692695&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com