diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2014-04-15 02:22:36 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2014-04-15 02:22:36 (GMT) |
commit | 9417764e0164711886ee5416204b59ec47ef54c7 (patch) | |
tree | 0e66c0b9d1bf6a0c218b2e801fc16271d632f56b | |
parent | f15f7484bb2265ae46b227c9ddb2300958e93e3f (diff) | |
download | cpython-9417764e0164711886ee5416204b59ec47ef54c7.zip cpython-9417764e0164711886ee5416204b59ec47ef54c7.tar.gz cpython-9417764e0164711886ee5416204b59ec47ef54c7.tar.bz2 |
misc.news: Remove whitespace
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ Core and Builtins - Issue #12546: Allow \x00 to be used as a fill character when using str, int, 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 this regard. Patches by Phil Elson and Ramchandra Apte. |