]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods.
authorEric V. Smith <eric@trueblade.com>
Mon, 14 Apr 2014 15:55:10 +0000 (11:55 -0400)
committerEric V. Smith <eric@trueblade.com>
Mon, 14 Apr 2014 15:55:10 +0000 (11:55 -0400)
commit2ea9712ee91e6b6a6c1b10d9c21b219bc4fbe54b
tree236cd53e05426767821a0473f31097e54fdf2032
parent70d92a96ab47e0b8b9cb78d437b3761296f815ed
Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods.
Lib/test/test_unicode.py
Misc/NEWS
Python/formatter_unicode.c