diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-02-14 00:22:14 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-02-14 00:22:14 (GMT) |
commit | 0714b8b6ab5e13fad0d93128cfcf1955ce7d0514 (patch) | |
tree | 9a15fe199260d5d41967723bb90c193b2fd0f0a2 /Misc | |
parent | 15054c16c8a562bd06fde2369012530fa2cda0a1 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |