http://hg.python.org/cpython/rev/50fe497983fd changeset: 90291:50fe497983fd branch: 3.4 user: Eric V. Smith <eric at trueblade.com> date: Mon Apr 14 16:46:52 2014 -0400 summary: Issue #13598: Added acknowledgements to Misc/NEWS. files: Misc/NEWS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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 ------- -- Repository URL: http://hg.python.org/cpython