[issue17705] Fill Character cannot be \0

Stefan Krah report at bugs.python.org
Sat Apr 13 17:13:26 CEST 2013


Stefan Krah added the comment:

Mark Dickinson <report at bugs.python.org> wrote:
> Numpy, for example, pads strings will NUL bytes when placing a short
> string in long fixed-width field.

I was hoping to escape the work, but that's quite convincing. ;)

Changing libmpdec doesn't look very appealing, so probably I'll use
"{" as a placeholder for NUL and then rewrite the result.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17705>
_______________________________________


More information about the Python-bugs-list mailing list