summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7441d42..cd2b2fc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,13 @@ What's New in Python 2.7.4?
*Release date: XXXX-XX-XX*
+Core and Builtins
+-----------------
+
+- Issue #15801 (again): With string % formatting, relax the type check for a
+ mapping such that any type with a __getitem__ can be used on the right hand
+ side.
+
Library
-------