summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-02-14 00:22:14 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-02-14 00:22:14 (GMT)
commit0714b8b6ab5e13fad0d93128cfcf1955ce7d0514 (patch)
tree9a15fe199260d5d41967723bb90c193b2fd0f0a2 /Misc
parent15054c16c8a562bd06fde2369012530fa2cda0a1 (diff)
downloadcpython-0714b8b6ab5e13fad0d93128cfcf1955ce7d0514.zip
cpython-0714b8b6ab5e13fad0d93128cfcf1955ce7d0514.tar.gz
cpython-0714b8b6ab5e13fad0d93128cfcf1955ce7d0514.tar.bz2
set line and column numbers for keyword-only arg nodes (closes #20619)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f44551a..71b9170 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: 2014-02-23
Core and Builtins
-----------------
+- Issue #20619: Give the AST nodes of keyword-only arguments a column and line
+ number.
+
- Issue #20526: Revert changes of issue #19466 which introduces a regression:
don't clear anymore the state of Python threads early during the Python
shutdown.