From: Yury Selivanov Date: Tue, 15 Apr 2014 02:22:36 +0000 (-0400) Subject: misc.news: Remove whitespace X-Git-Tag: v3.4.1rc1~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9417764e0164711886ee5416204b59ec47ef54c7;p=python misc.news: Remove whitespace --- diff --git a/Misc/NEWS b/Misc/NEWS index 9cdc6059c1..45401d6cd8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -30,7 +30,7 @@ Core and Builtins - Issue #12546: Allow \x00 to be used as a fill character when using str, int, float, and complex __format__ methods. -- 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.