summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2018-07-23 05:37:47 (GMT)
committerGitHub <noreply@github.com>2018-07-23 05:37:47 (GMT)
commitd04f46c59f1d07d9bcc0ba910741296ac88d370d (patch)
treeaa99a6034da99ca0346a6275364dab6b9c466a20 /Misc/NEWS.d
parent1426daa4fe47d8f8be0d416f7cba7adae1d5839f (diff)
downloadcpython-d04f46c59f1d07d9bcc0ba910741296ac88d370d.zip
cpython-d04f46c59f1d07d9bcc0ba910741296ac88d370d.tar.gz
cpython-d04f46c59f1d07d9bcc0ba910741296ac88d370d.tar.bz2
bpo-940286: Fix pydoc to show cross refs correctly (GH-8390)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2018-07-22-07-59-32.bpo-940286.NZTzyc.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-07-22-07-59-32.bpo-940286.NZTzyc.rst b/Misc/NEWS.d/next/Library/2018-07-22-07-59-32.bpo-940286.NZTzyc.rst
new file mode 100644
index 0000000..678ac7a
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-07-22-07-59-32.bpo-940286.NZTzyc.rst
@@ -0,0 +1,2 @@
+pydoc's ``Helper.showtopic()`` method now prints the cross references of a
+topic correctly.