]> granicus.if.org Git - python/commitdiff
Expand entry for pydoc.
authorRaymond Hettinger <python@rcn.com>
Wed, 19 Jan 2011 04:43:45 +0000 (04:43 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 19 Jan 2011 04:43:45 +0000 (04:43 +0000)
Doc/whatsnew/3.2.rst

index 89d3a912ea52ae18a8e45462aa2c2b843020e63b..ef316091e49b812fc4c2e9c4c2d4c78055514145 100644 (file)
@@ -1415,9 +1415,11 @@ inspect
 pydoc
 -----
 
-The :mod:`pydoc` module now provides a much-improved Web server interface,
-as well as a new command-line option to automatically open a browser
-window to display that server.
+The :mod:`pydoc` module now provides a much-improved Web server interface, as
+well as a new command-line option ``-b`` to automatically open a browser window
+to display that server::
+
+    $ pydoc3.2 -b
 
 (Contributed by Ron Adam; :issue:`2001`.)