]> granicus.if.org Git - python/commitdiff
Issue #13598: Added acknowledgements to Misc/NEWS.
authorEric V. Smith <eric@trueblade.com>
Mon, 14 Apr 2014 20:46:52 +0000 (16:46 -0400)
committerEric V. Smith <eric@trueblade.com>
Mon, 14 Apr 2014 20:46:52 +0000 (16:46 -0400)
Misc/NEWS

index 6f2a8c8681c9accb22538e37bc3eaaa6f0390575..52cb82594ec3df967a93427082725f5b9fd85c1f 100644 (file)
--- 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
 -------