[Python-checkins] cpython (merge 3.2 -> default): merge with 3.2

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


http://hg.python.org/cpython/rev/a51764ed57a2
changeset:   76014:a51764ed57a2
parent:      76011:e46013f92013
parent:      76013:722ce1be9eeb
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sat Mar 31 17:44:33 2012 +0200
summary:
  merge with 3.2

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)  |
++------------------------+-----------------------------------------+-------+
 | ``'google-chrome'``    | :class:`Chrome('google-chrome')`        |       |
 +------------------------+-----------------------------------------+-------+
 | ``'chrome'``           | :class:`Chrome('chrome')`               |       |

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


More information about the Python-checkins mailing list