[issue8062] PEP 3101 string formatting missing hexadecimal separator _ for every 4 hex digits

steven Michalske report at bugs.python.org
Sat Mar 6 02:32:14 CET 2010


steven Michalske <smichalske at gmail.com> added the comment:

I'll work on a proposal for the ideas list.

Other language examples to keep this in a thread though.

perl -e 'print 0x1234_abcd; print "\n";'

C/C++ seems to not support the underscore.
Lua unsupported.

Data sheets from micro controllers and other digital circuits.

Bottom of page 21 on http://www.atmel.com/dyn/resources/prod_documents/32058S.pdf

----------

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


More information about the Python-bugs-list mailing list