summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric V. Smith <eric@trueblade.com>2014-04-14 20:46:52 (GMT)
committerEric V. Smith <eric@trueblade.com>2014-04-14 20:46:52 (GMT)
commitbcb6b058b4b0a6886144041c9aec13741c10d296 (patch)
tree399641f5e8b8ba6811989f422d039f94b4642f2c
parent7ce90743a1948680f409bcc02f56f4f100df1a04 (diff)
downloadcpython-bcb6b058b4b0a6886144041c9aec13741c10d296.zip
cpython-bcb6b058b4b0a6886144041c9aec13741c10d296.tar.gz
cpython-bcb6b058b4b0a6886144041c9aec13741c10d296.tar.bz2
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 6f2a8c8..52cb825 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
-------