summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-06-02 00:13:26 (GMT)
committerIvan Levkivskyi <levkivskyi@gmail.com>2019-06-02 00:13:25 (GMT)
commitb7daabd711274a009e70556020efeae502a85f0b (patch)
treebbd14c42ed4b8ee6fa4f15d90241fe115e2be208 /Misc/NEWS.d/next
parentb7fade4f87e0d37d1686a4e8596141e55ecef099 (diff)
downloadcpython-b7daabd711274a009e70556020efeae502a85f0b.zip
cpython-b7daabd711274a009e70556020efeae502a85f0b.tar.gz
cpython-b7daabd711274a009e70556020efeae502a85f0b.tar.bz2
Improve version added references in `typing` module docs (GH-13457)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Documentation/2019-05-20-22-21-17.bpo-36984.IjZlmS.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2019-05-20-22-21-17.bpo-36984.IjZlmS.rst b/Misc/NEWS.d/next/Documentation/2019-05-20-22-21-17.bpo-36984.IjZlmS.rst
new file mode 100644
index 0000000..b26eead
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2019-05-20-22-21-17.bpo-36984.IjZlmS.rst
@@ -0,0 +1 @@
+Improve version added references in ``typing`` module - by Anthony Sottile.