diff options
author | Georg Brandl <georg@python.org> | 2010-12-03 09:45:33 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-03 09:45:33 (GMT) |
commit | 34e9fc2e8268b67352e22604d04f85ece008704f (patch) | |
tree | c8cebfdd0d89ee64f4e35504e2d3040fc27c5e97 /Doc | |
parent | 7bb30b72d8a165f8bacbc480b8d5a15834fa4c35 (diff) | |
download | cpython-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.rst | 1 |
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. |