diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-02-11 15:09:27 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-02-11 15:09:27 (GMT) |
commit | 40be9e5100b652f93d6dcc2724615c8e57530e47 (patch) | |
tree | ec8aaf5d20dcb39236b0feef7eae97d2c1a8fc2f /Misc/NEWS | |
parent | 801fe934d978eff979aee8819737240dc4af577b (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ Release date: 2014-02-23 Core and Builtins ----------------- +- Issue #20595: Make getargs.c C89 compliant. + Library ------- |