On Fri, Dec 7, 2018 at 11:56 PM Henrik Bengtsson
<henrik.bengts...@gmail.com> wrote:
>
> A comment from the sideline: one could imagine extending the Python syntax
> with a (optional) 0d prefix that allows for explicit specification of
> decimal values. They would "complete" the family:
>
> * 0b: binary number
> * 0o: octal number
> * 0d: decimal number
> * 0x: hexadecimal number

That's nice and elegant, but what would be the use case?
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to