diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-12-10 00:20:39 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-12-10 00:20:39 (GMT) |
commit | b077c0552fcf4edeb503d4bb4cdaf3d8be16d5db (patch) | |
tree | b03f5fd45f402d75595b4e7a33d8f7ce01621cbf /Misc | |
parent | 29e64548c5a7b2c749b413fcb2246ee96bf9276e (diff) | |
parent | d860d5cf6da3feec422e2665a8e2acbbd35e75ab (diff) | |
download | cpython-b077c0552fcf4edeb503d4bb4cdaf3d8be16d5db.zip cpython-b077c0552fcf4edeb503d4bb4cdaf3d8be16d5db.tar.gz cpython-b077c0552fcf4edeb503d4bb4cdaf3d8be16d5db.tar.bz2 |
(Merge 3.3) Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ Release date: 2014-01-05 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 based systems. |