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 veky
Recipients Sergey.Kirpichev, veky
Date 2021-06-09.06:18:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623219502.06.0.242287164256.issue44346@roundup.psfhosted.org>
In-reply-to
Content
Of course, I'm for it. But we have to be consistent... I was surprised to realize `complex` doesn't accept '2 + 3j' (even though it accepts '(2+3j)', and even '\n2+3j\t'). There are a lot of slippery slopes here (e.g. how about 3_j?). I think that once we allowed _ in integer literals, suddenly we could add more separation between digits than around them in many contexts, and that just seems wrong.
History
Date User Action Args
2021-06-09 06:18:22vekysetrecipients: + veky, Sergey.Kirpichev
2021-06-09 06:18:22vekysetmessageid: <1623219502.06.0.242287164256.issue44346@roundup.psfhosted.org>
2021-06-09 06:18:22vekylinkissue44346 messages
2021-06-09 06:18:21vekycreate