Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.

This commit is contained in:
Victor Stinner 2013-12-10 01:23:22 +01:00
parent 5493d5ea2a
commit 7821ff3789
2 changed files with 4 additions and 2 deletions

View File

@ -9,6 +9,8 @@ What's New in Python 2.7.7?
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.