summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 41cb887..4a0e330 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,9 @@ Core and builtins
unicode system with multiple active interpreters, or successive
interpreter executions, would fail.
+- "%c" % u"a" now returns a unicode string instead of raising a
+ TypeError. See SF patch #710127.
+
Extension modules
-----------------