summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 33a4098..ea659a5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,10 @@ What's New in Python 3.1 alpha 0
Core and Builtins
-----------------
+=======
+- Issue #5247: Improve error message when unknown format codes are
+ used when using str.format() with str, int, and float arguments.
+
- Issue #5249: time.strftime returned malformed string when format string
contained non ascii character on windows.