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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17536>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to