Issue 13620: Support Chrome in webbrowser.py (original ) (raw )Created on 2011-12-17 11:22 by phd , last changed 2022-04-11 14:57 by admin . This issue is now closed .
Messages (8)
msg149666 - (view)
Author: Oleg Broytman (phd) *
Date: 2011-12-17 11:22
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+.
msg149885 - (view)
Author: Arnaud Calmettes (arnaudc)
Date: 2011-12-19 19:05
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 up an Ubuntu box to test and confirm this.
msg149886 - (view)
Author: Oleg Broytman (phd) *
Date: 2011-12-19 19:41
I updated the patch. Thank you for reviewing!
msg149890 - (view)
Author: Arnaud Calmettes (arnaudc)
Date: 2011-12-19 20:13
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.
msg149891 - (view)
Author: Oleg Broytman (phd) *
Date: 2011-12-19 20:20
I'm fine with that version.
msg149893 - (view)
Author: Arnaud Calmettes (arnaudc)
Date: 2011-12-19 21:35
Here is a patch against the 3.3 documentation, mentionning the new supported browser types.
msg149990 - (view)
Author: Roundup Robot (python-dev)
Date: 2011-12-21 14:31
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 for Issue13620 . Chrome support in webbrowser.py http://hg.python.org/cpython/rev/bd3631f9aa5c
msg149992 - (view)
Author: Senthil Kumaran (orsenthil) *
Date: 2011-12-21 14:33
This is in 3.3. Thanks for the patches.
History
Date
User
Action
Args
2022-04-11 14:57:24
admin
set
github: 57829
2011-12-21 14:40:36
pitrou
set
stage: patch review -> resolved
2011-12-21 14:33:42
orsenthil
set
status: open -> closednosy: + orsenthil messages: + resolution: fixed
2011-12-21 14:31:54
python-dev
set
nosy: + python-dev messages: +
2011-12-19 21:35:54
arnaudc
set
files: + webbrowser_doc.patch messages: +
2011-12-19 20:20:36
phd
set
messages: +
2011-12-19 20:20:13
phd
set
files: - webbrowser.py.patch
2011-12-19 20:13:18
arnaudc
set
files: + webbrowser.py-2.patch messages: +
2011-12-19 19:41:43
phd
set
files: + webbrowser.py.patch keywords: + patch messages: +
2011-12-19 19:40:55
phd
set
files: - webbrowser.py.patch
2011-12-19 19:05:39
arnaudc
set
nosy: + arnaudc messages: +
2011-12-19 15:02:26
pitrou
set
keywords: + easy , needs review , - patch nosy: + georg.brandl stage: patch reviewversions: + Python 3.3
2011-12-17 11:22:31
phd
create