
python-checkins at python
Nov 19, 2009, 2:20 PM
Post #1 of 1
(178 views)
Permalink
|
|
r76415 - in python/branches/release31-maint: Misc/NEWS
|
|
Author: benjamin.peterson Date: Thu Nov 19 22:26:17 2009 New Revision: 76415 Log: Merged revisions 76414 via svnmerge from svn+ssh://pythondev [at] svn/python/branches/py3k ........ r76414 | benjamin.peterson | 2009-11-19 15:22:27 -0600 (Thu, 19 Nov 2009) | 1 line fix message for py3 ........ Modified: python/branches/release31-maint/ (props changed) python/branches/release31-maint/Misc/NEWS Modified: python/branches/release31-maint/Misc/NEWS ============================================================================== --- python/branches/release31-maint/Misc/NEWS (original) +++ python/branches/release31-maint/Misc/NEWS Thu Nov 19 22:26:17 2009 @@ -55,8 +55,8 @@ - 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. _______________________________________________ Python-checkins mailing list Python-checkins [at] python http://mail.python.org/mailman/listinfo/python-checkins
|