summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-01-04 20:44:57 (GMT)
committerLarry Hastings <larry@hastings.org>2014-01-04 20:44:57 (GMT)
commit78cf85c669d9e8b14e290b87921d08266b6b7cb8 (patch)
tree01382e042c39ce1216e14e7c24a05c0846e8c2da /Misc
parent3cceb384861eeae1f164568a9ea30534fdf2c87c (diff)
downloadcpython-78cf85c669d9e8b14e290b87921d08266b6b7cb8.zip
cpython-78cf85c669d9e8b14e290b87921d08266b6b7cb8.tar.gz
cpython-78cf85c669d9e8b14e290b87921d08266b6b7cb8.tar.bz2
Issue #19659: Added documentation for Argument Clinic.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index feeace5..fcc423a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -345,6 +345,8 @@ Documentation
Tools/Demos
-----------
+- Issue #19659: Added documentation for Argument Clinic.
+
- Issue #19976: Argument Clinic METH_NOARGS functions now always
take two parameters.