From: Eric V. Smith Date: Mon, 14 Apr 2014 20:46:52 +0000 (-0400) Subject: Issue #13598: Added acknowledgements to Misc/NEWS. X-Git-Tag: v3.4.1rc1~82^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bcb6b058b4b0a6886144041c9aec13741c10d296;p=thirdparty%2FPython%2Fcpython.git Issue #13598: Added acknowledgements to Misc/NEWS. --- diff --git a/Misc/NEWS b/Misc/NEWS index 6f2a8c8681c9..52cb82594ec3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -32,7 +32,7 @@ Core and Builtins - Issue #13598: Modify string.Formatter to support auto-numbering of replacement fields. It now matches the behavior of str.format() in - this regard. + this regard. Patches by Phil Elson and Ramchandra Apte. Library -------