summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2014-04-14 20:47:05 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2014-04-14 20:47:05 (GMT)
commit2ff5d8103bc54f8c871e27dff9c03e112e3c307c (patch)
treec048822986455ec3672fb5b519c7734b4643596a /Misc
parentee1fa729b924013e2ca8f9e1d5bf34d400cd5256 (diff)
parent6b3e87d38ed1497a31903d309ef7bd56c81f268b (diff)
downloadcpython-2ff5d8103bc54f8c871e27dff9c03e112e3c307c.zip
cpython-2ff5d8103bc54f8c871e27dff9c03e112e3c307c.tar.gz
cpython-2ff5d8103bc54f8c871e27dff9c03e112e3c307c.tar.bz2
merge heads
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 654a7a2..2fe06ed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,10 @@ Core and Builtins
- Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber.
+- Issue #13598: Modify string.Formatter to support auto-numbering of
+ replacement fields. It now matches the behavior of str.format() in
+ this regard.
+
Library
-------