Gustav HÃ¥llberg wrote:
> I tried finding a discussion around adding the possibility to have
> optional underscores inside numbers in Python. This is a popular option
> available in several "competing" scripting langauges, that I would love
> to see in Python.
>
> Examples:
>   1_234_567
>   0xdead_beef
>   3.141_592

I suppose it could be done.  OTOH, one could argue that most production
code has no business hardwiring-in numerical constants greater than 999
;-)

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to