misc.news: Remove whitespace

This commit is contained in:
Yury Selivanov 2014-04-14 22:22:36 -04:00
parent f15f7484bb
commit 9417764e01
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Core and Builtins
- Issue #12546: Allow \x00 to be used as a fill character when using str, int, - Issue #12546: Allow \x00 to be used as a fill character when using str, int,
float, and complex __format__ methods. float, and complex __format__ methods.
- Issue #13598: Modify string.Formatter to support auto-numbering of - Issue #13598: Modify string.Formatter to support auto-numbering of
replacement fields. It now matches the behavior of str.format() in replacement fields. It now matches the behavior of str.format() in
this regard. Patches by Phil Elson and Ramchandra Apte. this regard. Patches by Phil Elson and Ramchandra Apte.