[issue17193] Use binary prefixes

Brett Cannon report at bugs.python.org
Tue Feb 12 18:04:49 CET 2013


Brett Cannon added the comment:

It might be ugly but it's also incorrect formatting to leave the space out. =) And I think it makes it harder to actually read the number.

If you really want to avoid the breaking you can use the tip at http://stackoverflow.com/questions/11830242/non-breaking-space or the Unicode \xa0 literal.

----------

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


More information about the Python-bugs-list mailing list