diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-07-16 20:20:19 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-07-16 20:20:19 (GMT) |
commit | 8cc80f1d8199a29a432c8caeb3142f9aa35012fd (patch) | |
tree | 7909c2e728f6cb5edd9b6e971f21df5946981288 /Misc | |
parent | a3626bc5bddf9bf43f33060f4ea1a99f25e0c7f1 (diff) | |
parent | 579db160b392404b6dd9608ce5f5bef29a9885a4 (diff) | |
download | cpython-8cc80f1d8199a29a432c8caeb3142f9aa35012fd.zip cpython-8cc80f1d8199a29a432c8caeb3142f9aa35012fd.tar.gz cpython-8cc80f1d8199a29a432c8caeb3142f9aa35012fd.tar.bz2 |
Merge 3.4
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -169,6 +169,8 @@ Core and Builtins Library ------- +- Issue #23247: Fix a crash in the StreamWriter.reset() of CJK codecs. + - Issue #24270: Add math.isclose() and cmath.isclose() functions as per PEP 485. Contributed by Chris Barker and Tal Einat. |