[Python-checkins] r77518 - python/branches/release26-maint/Misc/NEWS

matthias.klose python-checkins at python.org
Sat Jan 16 11:31:22 CET 2010


Author: matthias.klose
Date: Sat Jan 16 11:31:22 2010
New Revision: 77518

Log:
 - Move two NEWS entries to 2.6.5


Modified:
   python/branches/release26-maint/Misc/NEWS

Modified: python/branches/release26-maint/Misc/NEWS
==============================================================================
--- python/branches/release26-maint/Misc/NEWS	(original)
+++ python/branches/release26-maint/Misc/NEWS	Sat Jan 16 11:31:22 2010
@@ -155,6 +155,11 @@
 - Issue #7048: Force Decimal.logb to round its result when that result
   is too large to fit in the current precision.
 
+- Issue #1488943: difflib.Differ() doesn't always add hints for tab characters
+
+- Issue #5037: Proxy the __unicode__ special method instead to __unicode__
+  instead of __str__.
+
 Build
 -----
 
@@ -349,11 +354,6 @@
 Library
 -------
 
-- Issue #1488943: difflib.Differ() doesn't always add hints for tab characters
-
-- Issue #5037: Proxy the __unicode__ special method instead to __unicode__
-  instead of __str__.
-
 - Issue #6894: Fixed the issue urllib2 doesn't respect "no_proxy" environment
 
 - Issue #6790: Make it possible again to pass an `array.array` to


More information about the Python-checkins mailing list