[issue39608] Bug in lots of 0s

2020-02-11 Thread Steven D'Aprano
Steven D'Aprano added the comment: Its not a bug, it's deliberately designed that way. is not ambiguous: it's just zero, in any base. 0012 is ambiguous. There's a recent thread about it here: https://mail.python.org/archives/list/python-id...@python.org/message/7IKEXSMVVDOTLHA7CNI7MIOBK

[issue39608] Bug in lots of 0s

2020-02-11 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +BTaskaya, serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue39608] Bug in lots of 0s

2020-02-11 Thread wyz23x2
wyz23x2 added the comment: 2 is not supported; So 000 should not too. -- ___ Python tracker ___ ___ Python-

[issue39608] Bug in lots of 0s

2020-02-11 Thread wyz23x2
Change by wyz23x2 : -- title: Bug in 0 -> Bug in lots of 0s ___ Python tracker ___ ___ Python-bugs-list mailing list