summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-04 20:49:40 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-04 20:49:40 (GMT)
commit78194cd4e920550bad4f9cad5f7411927ab3f458 (patch)
tree9cf82d6bfdc4adf3119389d1e410f8ee78735ced /Misc
parent3079328d296992af4f64a988ec5dee244b319e7b (diff)
parent78cf85c669d9e8b14e290b87921d08266b6b7cb8 (diff)
downloadcpython-78194cd4e920550bad4f9cad5f7411927ab3f458.zip
cpython-78194cd4e920550bad4f9cad5f7411927ab3f458.tar.gz
cpython-78194cd4e920550bad4f9cad5f7411927ab3f458.tar.bz2
Merge heads
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 e8f86df..7b7b30d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -343,6 +343,8 @@ Documentation
Tools/Demos
-----------
+- Issue #19659: Added documentation for Argument Clinic.
+
- Issue #19976: Argument Clinic METH_NOARGS functions now always
take two parameters.