[Python-checkins] cpython (3.2): add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@

sandro.tosi python-checkins at python.org
Sat Mar 31 17:46:37 CEST 2012


http://hg.python.org/cpython/rev/722ce1be9eeb
changeset:   76013:722ce1be9eeb
branch:      3.2
parent:      76006:ba32b8c7f5be
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sat Mar 31 17:23:10 2012 +0200
summary:
  add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@

files:
  Doc/library/webbrowser.rst |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Doc/library/webbrowser.rst b/Doc/library/webbrowser.rst
--- a/Doc/library/webbrowser.rst
+++ b/Doc/library/webbrowser.rst
@@ -137,6 +137,8 @@
 +-----------------------+-----------------------------------------+-------+
 | ``'macosx'``          | :class:`MacOSX('default')`              | \(4)  |
 +-----------------------+-----------------------------------------+-------+
+| ``'safari'``          | :class:`MacOSX('safari')`               | \(4)  |
++-----------------------+-----------------------------------------+-------+
 
 Notes:
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list