[issue39317] This new feature or bug about operator "- -"?

2020-01-12 Thread dai dai
New submission from dai dai : ```py print(3 - - 2) print(3 + + 2) """output 5 5 """ ``` -- components: Windows messages: 359886 nosy: dai dai, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: This new

[issue37582] can you add this new feature about grammar?

2019-07-12 Thread dai dai
New submission from dai dai : >> a = 1 >> b = 2 >> a, b += 1, 2 2 3 -- messages: 347779 nosy: dai dai priority: normal severity: normal status: open title: can you add this new feature about grammar? ___ Python tracker <ht

[issue37582] can you add this new feature about grammar?

2019-07-12 Thread dai dai
dai dai added the comment: >> a = 1 >> b = 2 >> a, b += 1, 2 2, 4 -- ___ Python tracker <https://bugs.python.org/issue37582> ___ ___ Pytho