diff --git a/Misc/NEWS b/Misc/NEWS index b41332ea963..0bd5d2b490b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -39,7 +39,7 @@ Core and Builtins - Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber. -- Issue #13598: Modify string.Formatter to support auto-numbering of +- Issue #13598: Modify string.Formatter to support auto-numbering of replacement fields. It now matches the behavior of str.format() in this regard. Patches by Phil Elson and Ramchandra Apte.