[issue17536] update browser list with additional browser names

Senthil Kumaran report at bugs.python.org
Sun Mar 24 23:19:25 CET 2013


Senthil Kumaran added the comment:

Making these changes in 2.7

+    # Google Chrome/Chromium browsers
+    for browser in ("google-chrome", "chrome", "chromium", "chromium-browser"):
+        if _iscommand(browser):
+            register(browser, None, Chrome(browser))
+

is a mistake IMO. These are new features.

We can argue that even the addition of www-browser should be considered a feature, depending upon when the www-browser update alternative was introduced by Debian/Ubuntu. I would rather go for a discussion too, because this is clearly a grey area. My thoughts are same as David's here.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17536>
_______________________________________


More information about the Python-bugs-list mailing list