summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bd944ac08d..0478eb5d1e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.