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 benjamin.peterson, rhettinger, serhiy.storchaka
Date 2018-02-21.18:04:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519236243.41.0.467229070634.issue32893@psf.upfronthosting.co.za>
In-reply-to
Content
What harm comes from accepting expressions like "+True" or "True+2j"?  While weird looking, those are valid Python expressions, so this doesn't seem like a bug.  A key feature of booleans is that they are interoperable with integers.
History
Date User Action Args
2018-02-21 18:04:03rhettingersetrecipients: + rhettinger, benjamin.peterson, serhiy.storchaka
2018-02-21 18:04:03rhettingersetmessageid: <1519236243.41.0.467229070634.issue32893@psf.upfronthosting.co.za>
2018-02-21 18:04:03rhettingerlinkissue32893 messages
2018-02-21 18:04:03rhettingercreate