From: Benjamin Peterson Date: Thu, 19 Nov 2009 21:22:27 +0000 (+0000) Subject: fix message for py3 X-Git-Tag: v3.2a1~2149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ec9b6e68465de546585f99924e4ee6c9cd6885d;p=python fix message for py3 --- diff --git a/Misc/NEWS b/Misc/NEWS index 4310f6a7c8..8b0446c6cb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -143,8 +143,8 @@ Library - Issue #7354: distutils.tests.test_msvc9compiler - dragfullwindows can be 2. -- Issue #5037: Proxy the __unicode__ special method instead to __unicode__ - instead of __str__. +- Issue #5037: Proxy the __bytes__ special method instead to __bytes__ instead + of __str__. - Issue #7341: Close the internal file object in the TarFile constructor in case of an error.