commit | 7821ff3789d4a0f8dbf3c51320ba89f34f818769 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Dec 10 01:23:22 2013 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Dec 10 01:23:22 2013 +0100 |
tree | c43cf0d8ad15b288d1d361656cb6f33099ddb17d | |
parent | 5493d5ea2afec8a1ff3227e08e908c6e433638cc [diff] [blame] |
Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.
diff --git a/Misc/NEWS b/Misc/NEWS index e3abaec..8ac5672 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,8 @@ Core and Builtins ----------------- +- Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. + - Issue #19638: Fix possible crash / undefined behaviour from huge (more than 2 billion characters) input strings in _Py_dg_strtod.