[Python-checkins] cpython: Add news entry for #1097797; whitespace cleanup

andrew.kuchling python-checkins at python.org
Sun Nov 10 19:48:03 CET 2013


http://hg.python.org/cpython/rev/fa2581bbef44
changeset:   87033:fa2581bbef44
user:        Andrew Kuchling <amk at amk.ca>
date:        Sun Nov 10 13:47:57 2013 -0500
summary:
  Add news entry for #1097797; whitespace cleanup

files:
  Misc/NEWS |  5 ++++-
  1 files changed, 4 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,7 +10,7 @@
 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 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list