diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-11-19 21:26:17 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-11-19 21:26:17 (GMT) |
commit | 3a2249da1b1d8e5e8a8710be6dbf44c753792063 (patch) | |
tree | 3fed13273c693b5fe4af311a554bb6b55baf049e /Misc/NEWS | |
parent | 8c9695cf986c20928a29bed4529c42565a364db7 (diff) | |
download | cpython-3a2249da1b1d8e5e8a8710be6dbf44c753792063.zip cpython-3a2249da1b1d8e5e8a8710be6dbf44c753792063.tar.gz cpython-3a2249da1b1d8e5e8a8710be6dbf44c753792063.tar.bz2 |
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
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |