summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric V. Smith <eric@trueblade.com>2014-04-14 16:46:52 -0400
committerEric V. Smith <eric@trueblade.com>2014-04-14 16:46:52 -0400
commitbcb6b058b4b0a6886144041c9aec13741c10d296 (patch)
tree399641f5e8b8ba6811989f422d039f94b4642f2c
parent7ce90743a1948680f409bcc02f56f4f100df1a04 (diff)
downloadcpython-git-bcb6b058b4b0a6886144041c9aec13741c10d296.tar.gz
Issue #13598: Added acknowledgements to Misc/NEWS.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6f2a8c8681..52cb82594e 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
-------