[Python-checkins] r88107 - python/branches/py3k/Doc/whatsnew/3.2.rst
raymond.hettinger
python-checkins at python.org
Wed Jan 19 05:43:45 CET 2011
Author: raymond.hettinger
Date: Wed Jan 19 05:43:45 2011
New Revision: 88107
Log:
Expand entry for pydoc.
Modified:
python/branches/py3k/Doc/whatsnew/3.2.rst
Modified: python/branches/py3k/Doc/whatsnew/3.2.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.2.rst (original)
+++ python/branches/py3k/Doc/whatsnew/3.2.rst Wed Jan 19 05:43:45 2011
@@ -1415,9 +1415,11 @@
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`.)
More information about the Python-checkins
mailing list