diff options
author | Andrew Kuchling <amk@amk.ca> | 2013-11-10 18:47:57 (GMT) |
---|---|---|
committer | Andrew Kuchling <amk@amk.ca> | 2013-11-10 18:47:57 (GMT) |
commit | a49ccb205fa2f25bf3d09d8f99476942ec3d66fd (patch) | |
tree | 171a3ae25f6149ba87068430576903f7c6da0140 | |
parent | ad8156e9b2c53d6d14d0ced933bce6d2f685acd0 (diff) | |
download | cpython-a49ccb205fa2f25bf3d09d8f99476942ec3d66fd.zip cpython-a49ccb205fa2f25bf3d09d8f99476942ec3d66fd.tar.gz cpython-a49ccb205fa2f25bf3d09d8f99476942ec3d66fd.tar.bz2 |
Add news entry for #1097797; whitespace cleanup
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -10,7 +10,7 @@ Projected release date: 2013-11-24 Core and Builtins ----------------- -- Issue #19514: Deduplicate some _Py_IDENTIFIER declarations. +- Issue #19514: Deduplicate some _Py_IDENTIFIER declarations. Patch by Andrei Dorian Duma. - Issue #17936: Fix O(n**2) behaviour when adding or removing many subclasses @@ -34,6 +34,9 @@ Core and Builtins Library ------- +- Issue #1097797: Added CP273 encoding, used on IBM mainframes in + Germany and Austria. Mapping provided by Michael Bierenfeld. + - Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. - Issue #19378: Fixed a number of cases in the dis module where the new |