[issue5515] 'n' formatting for int and float handles leading zero padding poorly

Eric Smith report at bugs.python.org
Thu Mar 19 11:44:34 CET 2009


Eric Smith <eric at trueblade.com> added the comment:

C# doesn't seem to have the issue because they don't allow any modifies
when specifying locale-aware formatting. Specifying a picture seems to
be the only way to get leading zeros added.

Similarly, Java looks to be picture-based.

----------

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


More information about the Python-bugs-list mailing list