diff options
author | Larry Hastings <larry@hastings.org> | 2014-01-04 19:09:09 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-01-04 19:09:09 (GMT) |
commit | 3cceb384861eeae1f164568a9ea30534fdf2c87c (patch) | |
tree | e46cf8291ab3f31367845b16b169ea8feed5c0a0 /Misc | |
parent | 583a93943c0f090ac2699d7feb33e72bfed7323e (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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? ================================== |