davesteele / gnome-gmail

Integrate GMail into the Linux Desktop
https://davesteele.github.io/gnome-gmail/
GNU General Public License v2.0
50 stars 13 forks source link

Inaccurate defaults documentation for browser_options? #39

Closed scop closed 8 years ago

scop commented 8 years ago

The defaults for browser_options are documented as:

       #         Chrome - "%action %s"
       #         Mozilla - "-remote openurl(%s%action)"

However these don't seem to match the actual defaults used in customize_browser().

davesteele commented 8 years ago

They are the Python defaults - what was there before the change:

https://github.com/python/cpython/blob/master/Lib/webbrowser.py#L270 https://github.com/python/cpython/blob/master/Lib/webbrowser.py#L247