changeset: 90291:50fe497983fd branch: 3.4 user: Eric V. Smith date: Mon Apr 14 16:46:52 2014 -0400 files: Misc/NEWS description: Issue #13598: Added acknowledgements to Misc/NEWS. diff -r ad74229a6fba -r 50fe497983fd Misc/NEWS --- a/Misc/NEWS Mon Apr 14 16:43:50 2014 -0400 +++ b/Misc/NEWS Mon Apr 14 16:46:52 2014 -0400 @@ -32,7 +32,7 @@ - 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 -------