
python-checkins at python
Nov 19, 2009, 2:20 PM
Post #1 of 1
(218 views)
Permalink
|
|
r76414 - python/branches/py3k/Misc/NEWS
|
|
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. _______________________________________________ Python-checkins mailing list Python-checkins [at] python http://mail.python.org/mailman/listinfo/python-checkins
|