diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-24 23:41:22 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-24 23:41:22 (GMT) |
commit | 6daa33c8acf47bcc41ea827e7b3dbcc5fae9f771 (patch) | |
tree | b7994a38067ed110625c77321601d93ddd1b2c51 /Doc | |
parent | 383c3fc6b41475884f717fea85611e9b423d6fa1 (diff) | |
download | cpython-6daa33c8acf47bcc41ea827e7b3dbcc5fae9f771.zip cpython-6daa33c8acf47bcc41ea827e7b3dbcc5fae9f771.tar.gz cpython-6daa33c8acf47bcc41ea827e7b3dbcc5fae9f771.tar.bz2 |
Issue #10818: Remove deprecated pydoc.serve() function
The pydoc module has a new enhanced web server.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 7b6327e..2b9bd11 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -127,8 +127,9 @@ os pydoc ----- -The Tk GUI has been removed from the :mod:`ssl` module: ``pydoc -g`` has been -deprecated in Python 3.2. +The Tk GUI and the :func:`~pydoc.serve` function have been removed from the +:mod:`pydoc` module: ``pydoc -g`` and :func:`~pydoc.serve` have been deprecated +in Python 3.2. sys |