diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2014-04-14 20:47:05 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2014-04-14 20:47:05 (GMT) |
commit | 2ff5d8103bc54f8c871e27dff9c03e112e3c307c (patch) | |
tree | c048822986455ec3672fb5b519c7734b4643596a /Misc | |
parent | ee1fa729b924013e2ca8f9e1d5bf34d400cd5256 (diff) | |
parent | 6b3e87d38ed1497a31903d309ef7bd56c81f268b (diff) | |
download | cpython-2ff5d8103bc54f8c871e27dff9c03e112e3c307c.zip cpython-2ff5d8103bc54f8c871e27dff9c03e112e3c307c.tar.gz cpython-2ff5d8103bc54f8c871e27dff9c03e112e3c307c.tar.bz2 |
merge heads
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ------- |