[issue2835] Py30a5: webbrowser.open() inf recursion

2008-05-12 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Corrected as r63163. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue2835] Py30a5: webbrowser.open() inf recursion

2008-05-12 Thread Mark Summerfield
Mark Summerfield <[EMAIL PROTECTED]> added the comment: On 2008-05-12, Amaury Forgeot d'Arc wrote: > Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: > > The traceback suggest a problem when using KDE: a call to file() was > renamed to open(), this clashes with webbrowser.open(). > Can

[issue2835] Py30a5: webbrowser.open() inf recursion

2008-05-12 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: The traceback suggest a problem when using KDE: a call to file() was renamed to open(), this clashes with webbrowser.open(). Can you try the following patch: Index: Lib/webbrowser.py =

[issue2835] Py30a5: webbrowser.open() inf recursion

2008-05-12 Thread Mark Summerfield
Mark Summerfield <[EMAIL PROTECTED]> added the comment: 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

[issue2835] Py30a5: webbrowser.open() inf recursion

2008-05-12 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: It doesn't happen here, I'm using Linux too (Ubuntu 8.04) and py3k rev 63074 -- nosy: +gpolo versions: +Python 2.6 -Python 3.0 __ Tracker <[EMAIL PROTECTED]>

[issue2835] Py30a5: webbrowser.open() inf recursion

2008-05-12 Thread Mark Summerfield
New submission from Mark Summerfield <[EMAIL PROTECTED]>: There appears to be an infinite recursion in Py30a5 (doing the same thing in Py2.5.1 works fine): Python 3.0a5 (r30a5:62856, May 9 2008, 11:23:06) [GCC 4.1.2 20070925 (Red Hat 4.1.2-33)] on linux2 Type "copyright", "credits" or "license