From 89c1cd1fdd850df7d276d32be8b6e6f5f2b161a8 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 19 Jan 2011 04:43:45 +0000 Subject: [PATCH] Expand entry for pydoc. --- Doc/whatsnew/3.2.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 89d3a912ea..ef316091e4 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -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`.) -- 2.50.1