From: Yury Selivanov Date: Tue, 15 Apr 2014 02:25:24 +0000 (-0400) Subject: misc.news: Remove trailing whitespace X-Git-Tag: v3.5.0a1~1870 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e95a4b279e93ed8bd2a4dab14c9fbd8e8fe360e6;p=thirdparty%2FPython%2Fcpython.git misc.news: Remove trailing whitespace --- diff --git a/Misc/NEWS b/Misc/NEWS index b41332ea9634..0bd5d2b490b0 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.