summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-11-19 03:00:02 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-11-19 03:00:02 (GMT)
commitdc3c239b1ef694b36c79008cdb86ed18852f63c1 (patch)
tree56525a6dfc066fc13bf7a1ce341c85fef4608a11 /Misc
parent9eac119ba8f9fd6d76b75689baaa656a979cc260 (diff)
downloadcpython-dc3c239b1ef694b36c79008cdb86ed18852f63c1.zip
cpython-dc3c239b1ef694b36c79008cdb86ed18852f63c1.tar.gz
cpython-dc3c239b1ef694b36c79008cdb86ed18852f63c1.tar.bz2
#5037 proxy __unicode__ correctly
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d0ed47c..e1841e8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -440,6 +440,9 @@ Core and Builtins
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.