Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:
Better example: >>> [0x1for x in (1,2)] [31] The code is parsed as [0x1f or x in (1,2)] instead of [0x1 for x in (1,2)] as you may expect. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue43833> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com