[Python-checkins] cpython (2.7): 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/9411b7268cf5
changeset: 76012:9411b7268cf5
branch: 2.7
parent: 76008:7c61fe5b4640
user: Sandro Tosi <sandro.tosi at gmail.com>
date: Sat Mar 31 17:22:47 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
@@ -142,6 +142,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