summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-01-04 19:09:09 (GMT)
committerLarry Hastings <larry@hastings.org>2014-01-04 19:09:09 (GMT)
commit3cceb384861eeae1f164568a9ea30534fdf2c87c (patch)
treee46cf8291ab3f31367845b16b169ea8feed5c0a0 /Misc
parent583a93943c0f090ac2699d7feb33e72bfed7323e (diff)
downloadcpython-3cceb384861eeae1f164568a9ea30534fdf2c87c.zip
cpython-3cceb384861eeae1f164568a9ea30534fdf2c87c.tar.gz
cpython-3cceb384861eeae1f164568a9ea30534fdf2c87c.tar.bz2
Issue #19976: Argument Clinic METH_NOARGS functions now always
take two parameters.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b63b60e..feeace5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -342,6 +342,11 @@ Documentation
- Issue #19795: Improved markup of True/False constants.
+Tools/Demos
+-----------
+
+- Issue #19976: Argument Clinic METH_NOARGS functions now always
+ take two parameters.
What's New in Python 3.4.0 Beta 1?
==================================