Jason Michalski added the comment:
I worked on a patch that allows NUL padding for longs, floats and complex
numbers. It seems NUL was being used as a sentinel in the format string parsing
when no padding character is given. It was then replaced with a space in each
call to fill_padding if it
Changes by Jason Michalski :
Added file: http://bugs.python.org/file29803/cpython-2.7-17341.patch
___
Python tracker
<http://bugs.python.org/issue17341>
___
___
Python-bug
Changes by Jason Michalski :
--
keywords: +patch
Added file: http://bugs.python.org/file29802/cpython-3.3-17341.patch
___
Python tracker
<http://bugs.python.org/issue17