[issue13620] Support Chrome in webbrowser.py

2011-12-21 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- stage: patch review -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue13620] Support Chrome in webbrowser.py

2011-12-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7faa90a6324c by Senthil Kumaran in branch 'default': Issue 13620 - Support chrome browser in webbrowser.py module. http://hg.python.org/cpython/rev/7faa90a6324c New changeset bd3631f9aa5c by Senthil Kumaran in branch 'default': Docs and News update

[issue13620] Support Chrome in webbrowser.py

2011-12-21 Thread Senthil Kumaran
Senthil Kumaran added the comment: This is in 3.3. Thanks for the patches. -- nosy: +orsenthil resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue13620] Support Chrome in webbrowser.py

2011-12-19 Thread Arnaud Calmettes
Arnaud Calmettes added the comment: Here is a patch against the 3.3 documentation, mentionning the new supported browser types. -- Added file: http://bugs.python.org/file24057/webbrowser_doc.patch ___ Python tracker

[issue13620] Support Chrome in webbrowser.py

2011-12-19 Thread Oleg Broytman
Oleg Broytman added the comment: I'm fine with that version. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13620] Support Chrome in webbrowser.py

2011-12-19 Thread Oleg Broytman
Changes by Oleg Broytman : Removed file: http://bugs.python.org/file24055/webbrowser.py.patch ___ Python tracker ___ ___ Python-bugs-list mail

[issue13620] Support Chrome in webbrowser.py

2011-12-19 Thread Arnaud Calmettes
Arnaud Calmettes added the comment: The new patch works under Ubuntu but not not under Archlinux anymore (where the program is named "chromium"). Here is a patch that works with python 3.3 under both distributions. -- Added file: http://bugs.python.org/file24056/webbrowser.py-2.patch

[issue13620] Support Chrome in webbrowser.py

2011-12-19 Thread Oleg Broytman
Oleg Broytman added the comment: I updated the patch. Thank you for reviewing! -- keywords: +patch Added file: http://bugs.python.org/file24055/webbrowser.py.patch ___ Python tracker __

[issue13620] Support Chrome in webbrowser.py

2011-12-19 Thread Oleg Broytman
Changes by Oleg Broytman : Removed file: http://bugs.python.org/file23986/webbrowser.py.patch ___ Python tracker ___ ___ Python-bugs-list mail

[issue13620] Support Chrome in webbrowser.py

2011-12-19 Thread Arnaud Calmettes
Arnaud Calmettes added the comment: Hi. The patch works fine on my box with Chromium 16 under Archlinux. However, I think it might not work under Ubuntu or Debian, since the program is named "chromium-browser" on these distros, and it is missing from the list of tested browser. I am setting u

[issue13620] Support Chrome in webbrowser.py

2011-12-19 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- keywords: +easy, needs review -patch nosy: +georg.brandl stage: -> patch review versions: +Python 3.3 ___ Python tracker ___ _

[issue13620] Support Chrome in webbrowser.py

2011-12-17 Thread Oleg Broytman
New submission from Oleg Broytman : Support Google Chrome/Chromium browsers in webbrowser.py. The attached patch is against Python 2.7, but it should be applied cleanly to Python 3+. -- components: Library (Lib) files: webbrowser.py.patch keywords: patch messages: 149666 nosy: phd prio