[Python-checkins] r76414 - python/branches/py3k/Misc/NEWS

benjamin.peterson python-checkins at python.org
Thu Nov 19 22:22:27 CET 2009


Author: benjamin.peterson
Date: Thu Nov 19 22:22:27 2009
New Revision: 76414

Log:
fix message for py3

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Thu Nov 19 22:22:27 2009
@@ -143,8 +143,8 @@
 - 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.


More information about the Python-checkins mailing list