diff options
author | Eric V. Smith <eric@trueblade.com> | 2014-04-14 15:55:10 (GMT) |
---|---|---|
committer | Eric V. Smith <eric@trueblade.com> | 2014-04-14 15:55:10 (GMT) |
commit | 2ea9712ee91e6b6a6c1b10d9c21b219bc4fbe54b (patch) | |
tree | 236cd53e05426767821a0473f31097e54fdf2032 /Misc | |
parent | 70d92a96ab47e0b8b9cb78d437b3761296f815ed (diff) | |
download | cpython-2ea9712ee91e6b6a6c1b10d9c21b219bc4fbe54b.zip cpython-2ea9712ee91e6b6a6c1b10d9c21b219bc4fbe54b.tar.gz cpython-2ea9712ee91e6b6a6c1b10d9c21b219bc4fbe54b.tar.bz2 |
Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ Core and Builtins - Issue #20637: Key-sharing now also works for instance dictionaries of subclasses. Patch by Peter Ingebretson. +- Issue #12546: Allow \x00 to be used as a fill character when using str, int, + float, and complex __format__ methods. + Library ------- |