diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-11-19 21:22:27 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-11-19 21:22:27 (GMT) |
commit | 3ec9b6e68465de546585f99924e4ee6c9cd6885d (patch) | |
tree | 28f85c98d856f4d9f63b3899adb46d470f3fe780 /Misc | |
parent | 4bac7baf28d16b54e50334590e6620cb012bcf06 (diff) | |
download | cpython-3ec9b6e68465de546585f99924e4ee6c9cd6885d.zip cpython-3ec9b6e68465de546585f99924e4ee6c9cd6885d.tar.gz cpython-3ec9b6e68465de546585f99924e4ee6c9cd6885d.tar.bz2 |
fix message for py3
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |