(Merge 3.3) Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.

This commit is contained in:
Victor Stinner
2013-12-10 01:20:39 +01:00
2 changed files with 6 additions and 4 deletions

View File

@@ -10,6 +10,8 @@ Release date: 2014-01-05
Core and Builtins Core and Builtins
----------------- -----------------
- Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.
- Issue #19736: Add module-level statvfs constants defined for GNU/glibc - Issue #19736: Add module-level statvfs constants defined for GNU/glibc
based systems. based systems.