commit | 9a55cd885746f03a2df38e84a7698cb3348c6be0 | [log] [tgz] |
---|---|---|
author | Eric V. Smith <eric@trueblade.com> | Mon Apr 14 11:22:33 2014 -0400 |
committer | Eric V. Smith <eric@trueblade.com> | Mon Apr 14 11:22:33 2014 -0400 |
tree | 304d42c7443391bfdd744de62e2fe48460ad4c50 | |
parent | 6c939cb6f6dfbd273609577b0022542d31ae2802 [diff] [blame] |
Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods.
diff --git a/Misc/NEWS b/Misc/NEWS index 79eaada..f6a2c65 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -40,6 +40,9 @@ - Issue #19638: Fix possible crash / undefined behaviour from huge (more than 2 billion characters) input strings in _Py_dg_strtod. +- Issue #12546: Allow \x00 to be used as a fill character when using str, int, + float, and complex __format__ methods. + Library -------