commit | 4a24d09d623f66368bb3ab12dd8f1fed589cece4 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Mon Apr 14 16:48:39 2014 -0400 |
committer | Senthil Kumaran <senthil@uthcode.com> | Mon Apr 14 16:48:39 2014 -0400 |
tree | 44fd29d9a3d95ecfcf76a3ff3b7af9a64d8e72ad | |
parent | 6b3e87d38ed1497a31903d309ef7bd56c81f268b [diff] | |
parent | bcb6b058b4b0a6886144041c9aec13741c10d296 [diff] |
merge heads
diff --git a/Misc/NEWS b/Misc/NEWS index 6f2a8c8..52cb825 100644 --- 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 -------