This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients Anthony Sottile, Carl.Friedrich.Bolz, Joshua.Landau, alimuldal, gvanrossum, nedbat, pablogsal, rhettinger, rrauenza, sco1, serhiy.storchaka, shreyanavigyan, steve.dower
Date 2021-04-19.03:13:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618801982.79.0.139086111881.issue43833@roundup.psfhosted.org>
In-reply-to
Content
I recommend just letting this be.  Aside from it allowing for a cute riddle, in the real world seems to be harmless and not worth breaking code.

There are lots of other harmless oddities such as the space-invader increment operator:

   x -=- 1

FWIW, a code reformatter such as Black will remove any weirdness.
History
Date User Action Args
2021-04-19 03:13:02rhettingersetrecipients: + rhettinger, gvanrossum, Carl.Friedrich.Bolz, nedbat, Joshua.Landau, serhiy.storchaka, steve.dower, Anthony Sottile, pablogsal, sco1, shreyanavigyan, alimuldal, rrauenza
2021-04-19 03:13:02rhettingersetmessageid: <1618801982.79.0.139086111881.issue43833@roundup.psfhosted.org>
2021-04-19 03:13:02rhettingerlinkissue43833 messages
2021-04-19 03:13:02rhettingercreate