[issue4537] webbrowser.UnixBrowser should use builtins.open

2011-04-14 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Despite the apparent similarity, your issue is something different from what was reported in this issue. Could you please open a new issue for your problem? -- nosy: +r.david.murray ___

[issue4537] webbrowser.UnixBrowser should use builtins.open

2011-04-14 Thread ackounts
ackounts ackou...@gmail.com added the comment: yes, you right, I will create a new issue, thanks. -- components: +None -Library (Lib) type: crash - versions: -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4537

[issue4537] webbrowser.UnixBrowser should use builtins.open

2011-04-13 Thread ackounts
ackounts ackou...@gmail.com added the comment: This problem is happening in my linux box: Python 3.2 (r32:88445, Feb 21 2011, 01:55:53) [GCC 4.5.2 20110127 (prerelease)] on linux2 Type help, copyright, credits or license for more information. import antigravity Traceback (most recent call

[issue4537] webbrowser.UnixBrowser should use builtins.open

2008-12-05 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc [EMAIL PROTECTED] added the comment: sorry**10... probably a wrong copy operation because the Linux machine where I tested did not have my svn ssh keys. Someone already corrected this on py3k (r67544, thanks to Fred!), I'll take care of merging it to the 3.0 branch.

[issue4537] webbrowser.UnixBrowser should use builtins.open

2008-12-05 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc [EMAIL PROTECTED] added the comment: Merged the 2nd fix with r67602. -- status: open - closed ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue4537 ___

[issue4537] webbrowser.UnixBrowser should use builtins.open

2008-12-04 Thread Michael Schurter
New submission from Michael Schurter [EMAIL PROTECTED]: On the joyous occasion of Python 3000's release my friends I were playing with import antigravity and it failed for someone with the following traceback (anonymized): Traceback (most recent call last): File stdin, line 1, in module

[issue4537] webbrowser.UnixBrowser should use builtins.open

2008-12-04 Thread gumpy
gumpy [EMAIL PROTECTED] added the comment: I'd suggest the same thing that was done on lines 351-352. Index: Lib/webbrowser.py === --- Lib/webbrowser.py (revision 67538) +++ Lib/webbrowser.py (working copy) @@ -223,7 +223,8 @@

[issue4537] webbrowser.UnixBrowser should use builtins.open

2008-12-04 Thread Michael Schurter
Michael Schurter [EMAIL PROTECTED] added the comment: I believe you forgot to import io in UnixBrowser (line 226). ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue4537 ___