]> granicus.if.org Git - python/commitdiff
fix message for py3
authorBenjamin Peterson <benjamin@python.org>
Thu, 19 Nov 2009 21:22:27 +0000 (21:22 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 19 Nov 2009 21:22:27 +0000 (21:22 +0000)
Misc/NEWS

index 4310f6a7c8660e990f3a2379780da6a13cc4580a..8b0446c6cbccfff9f5f49dee4a08246b27a63f11 100644 (file)
--- 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.