summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-05-24 23:35:05 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-05-24 23:35:05 (GMT)
commit383c3fc6b41475884f717fea85611e9b423d6fa1 (patch)
treee2b0fa4233ae59eb9e966e000de072731cdde14d /Doc/whatsnew
parentc520a1856fac2efbddc4379e4d9e8355f454e69c (diff)
downloadcpython-383c3fc6b41475884f717fea85611e9b423d6fa1.zip
cpython-383c3fc6b41475884f717fea85611e9b423d6fa1.tar.gz
cpython-383c3fc6b41475884f717fea85611e9b423d6fa1.tar.bz2
Issue #10818: Remove the Tk GUI of the pydoc module (pydoc -g has been
deprecated in Python 3.2).
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.3.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index 529665f..7b6327e 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -124,6 +124,13 @@ os
(Patch submitted by Giampaolo RodolĂ  in :issue:`10784`.)
+pydoc
+-----
+
+The Tk GUI has been removed from the :mod:`ssl` module: ``pydoc -g`` has been
+deprecated in Python 3.2.
+
+
sys
---