summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f95da43..97688f2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,10 @@ What's New in Python 2.6.2
Core and Builtins
-----------------
+- Issue #5247: Improve error message when unknown format codes are
+ used when using str.format() with str, unicode, long, int, and
+ float arguments.
+
- Running Python with the -3 option now also warns about classic division
for ints and longs.