summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-02-11 15:09:27 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-02-11 15:09:27 (GMT)
commit40be9e5100b652f93d6dcc2724615c8e57530e47 (patch)
treeec8aaf5d20dcb39236b0feef7eae97d2c1a8fc2f /Misc/NEWS
parent801fe934d978eff979aee8819737240dc4af577b (diff)
downloadcpython-40be9e5100b652f93d6dcc2724615c8e57530e47.zip
cpython-40be9e5100b652f93d6dcc2724615c8e57530e47.tar.gz
cpython-40be9e5100b652f93d6dcc2724615c8e57530e47.tar.bz2
remove dynamic initializer lists for c89 compliance (closes #20595)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d369582..e36e4b8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Release date: 2014-02-23
Core and Builtins
-----------------
+- Issue #20595: Make getargs.c C89 compliant.
+
Library
-------