diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-12-10 00:19:58 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-12-10 00:19:58 (GMT) |
commit | d860d5cf6da3feec422e2665a8e2acbbd35e75ab (patch) | |
tree | 906097e2d788c822c28107f9481eece53eff8e28 /Misc | |
parent | 1761fa9dd11961b6a64e5267c943009105c4bfd0 (diff) | |
download | cpython-d860d5cf6da3feec422e2665a8e2acbbd35e75ab.zip cpython-d860d5cf6da3feec422e2665a8e2acbbd35e75ab.tar.gz cpython-d860d5cf6da3feec422e2665a8e2acbbd35e75ab.tar.bz2 |
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 @@ What's New in Python 3.3.4 release candidate 1? Core and Builtins ----------------- +- Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. + - Issue #19729: In str.format(), fix recursive expansion in format spec. - Issue #19638: Fix possible crash / undefined behaviour from huge (more than 2 |