[issue4537] webbrowser.UnixBrowser should use builtins.open

2011-04-14 Thread ackounts
ackounts 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 ___ _

[issue4537] webbrowser.UnixBrowser should use builtins.open

2011-04-14 Thread R. David Murray
R. David Murray 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 ___ Python tracker

[issue4537] webbrowser.UnixBrowser should use builtins.open

2011-04-13 Thread ackounts
ackounts 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 last): Fi

[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]> ___ ___

[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-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]> ___ ___

[issue4537] webbrowser.UnixBrowser should use builtins.open

2008-12-04 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Fixed in 67539 (py3k) and 67540 (release30-maint) Thanks for the report! -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue4537] webbrowser.UnixBrowser should use builtins.open

2008-12-04 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc <[EMAIL PROTECTED]>: -- assignee: -> amaury.forgeotdarc nosy: +amaury.forgeotdarc ___ Python tracker <[EMAIL PROTECTED]> ___ __

[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
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 "", line 1, in File "/