[issue17541] Importing `webbrowser` module gives NameError in Python 2.7.4rc1

2013-03-25 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +benjamin.peterson resolution: -> invalid stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue17541] Importing `webbrowser` module gives NameError in Python 2.7.4rc1

2013-03-25 Thread Gökcen Eraslan
Gökcen Eraslan added the comment: Yeah, it seems Debian guys forgot to backport these classes: https://github.com/akheron/cpython/blob/master/Lib/webbrowser.py#L275 -- nosy: +gkcn ___ Python tracker __

[issue17541] Importing `webbrowser` module gives NameError in Python 2.7.4rc1

2013-03-25 Thread Martin
Martin added the comment: This looks like a downstream issue in a patch Debian is applying: -- nosy: +gz _

[issue17541] Importing `webbrowser` module gives NameError in Python 2.7.4rc1

2013-03-25 Thread Aditya
New submission from Aditya: Python 2.7.4rc1 (default, Mar 25 2013, 00:32:18) [GCC 4.7.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import webbrowser Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/webbrowser.py", lin