]> granicus.if.org Git - python/commitdiff
Add news entry for #1097797; whitespace cleanup
authorAndrew Kuchling <amk@amk.ca>
Sun, 10 Nov 2013 18:47:57 +0000 (13:47 -0500)
committerAndrew Kuchling <amk@amk.ca>
Sun, 10 Nov 2013 18:47:57 +0000 (13:47 -0500)
Misc/NEWS

index e780fdfbf518c7935db7a69596689897f36dbdb1..b4cb1e0c02e554ba8dda85ca1c38bd06b71bca63 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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