From: Ezio Melotti Date: Sat, 16 Jan 2010 18:43:14 +0000 (+0000) Subject: Merged revisions 77544 via svnmerge from X-Git-Tag: v2.6.5rc1~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05327837fd0344f3f766ea14974b9cd276c66bc9;p=python Merged revisions 77544 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77544 | ezio.melotti | 2010-01-16 20:38:01 +0200 (Sat, 16 Jan 2010) | 1 line typo: use one instead instead of two ........ --- diff --git a/Misc/NEWS b/Misc/NEWS index b9ea47547d..07e217304c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -161,8 +161,8 @@ 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 #5037: Proxy the __unicode__ special method to __unicode__ instead of + __str__. Build -----