From 0aeaf1058c45aa714b6d2c219bab1695f6e35e88 Mon Sep 17 00:00:00 2001 From: "benjamin.peterson" Date: Thu, 19 Nov 2009 21:26:17 +0000 Subject: [PATCH] Merged revisions 76414 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r76414 | benjamin.peterson | 2009-11-19 15:22:27 -0600 (Thu, 19 Nov 2009) | 1 line fix message for py3 ........ git-svn-id: http://svn.python.org/projects/python/branches/release31-maint@76415 6015fed2-1504-0410-9fe1-9d1591cc4771 --- Misc/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index bd944ac08d..0478eb5d1e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -55,8 +55,8 @@ Library - Issue #3976: pprint for sets, frozensets, and dicts now succeed when they contain unorderable types. -- 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. -- 2.11.4.GIT