summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-03 09:45:33 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-03 09:45:33 (GMT)
commit34e9fc2e8268b67352e22604d04f85ece008704f (patch)
treec8cebfdd0d89ee64f4e35504e2d3040fc27c5e97 /Doc
parent7bb30b72d8a165f8bacbc480b8d5a15834fa4c35 (diff)
downloadcpython-34e9fc2e8268b67352e22604d04f85ece008704f.zip
cpython-34e9fc2e8268b67352e22604d04f85ece008704f.tar.gz
cpython-34e9fc2e8268b67352e22604d04f85ece008704f.tar.bz2
Add a line with the actual changes.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/pydoc.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/pydoc.rst b/Doc/library/pydoc.rst
index 842af3e..14dc58b 100644
--- a/Doc/library/pydoc.rst
+++ b/Doc/library/pydoc.rst
@@ -79,3 +79,4 @@ to a different URL or to a local directory containing the Library
Reference Manual pages.
.. versionchanged:: 3.2
+ Added the ``-b`` option, deprecated the ``-g`` option.