summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-02-14 03:23:13 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-02-14 03:23:13 (GMT)
commit4177e7c38e06fb9feec76d1cdc7db4899eb20615 (patch)
tree86f99f85075bc459ac52cba98ae359b9a582ee70 /Misc
parent77c96813ab8007ffe720c47761f44d786683a190 (diff)
downloadcpython-4177e7c38e06fb9feec76d1cdc7db4899eb20615.zip
cpython-4177e7c38e06fb9feec76d1cdc7db4899eb20615.tar.gz
cpython-4177e7c38e06fb9feec76d1cdc7db4899eb20615.tar.bz2
Issue #26316: Fix variable name typo in Argument Clinic
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4243a05..cc2f8f4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -256,6 +256,12 @@ Windows
- Issue #26065: Excludes venv from library when generating embeddable
distro.
+Tools/Demos
+-----------
+
+- Issue #26316: Fix variable name typo in Argument Clinic.
+
+
What's New in Python 3.5.1 final?
=================================