commit | dc3c239b1ef694b36c79008cdb86ed18852f63c1 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Nov 19 03:00:02 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Nov 19 03:00:02 2009 +0000 |
tree | 56525a6dfc066fc13bf7a1ce341c85fef4608a11 | |
parent | 9eac119ba8f9fd6d76b75689baaa656a979cc260 [diff] [blame] |
#5037 proxy __unicode__ correctly
diff --git a/Misc/NEWS b/Misc/NEWS index d0ed47c..e1841e8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -440,6 +440,9 @@ Library ------- +- Issue #5037: Proxy the __unicode__ special method instead to __unicode__ + instead of __str__. + - Issue #7341: Close the internal file object in the TarFile constructor in case of an error.