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 serhiy.storchaka
Recipients ethan.furman, georg.brandl, serhiy.storchaka
Date 2016-02-10.18:25:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455128753.48.0.671579495181.issue26331@psf.upfronthosting.co.za>
In-reply-to
Content
I prefer simpler and more strict rule:

* Underscores are allowed only between digits in numeric literals.

Thus 1__2, 12_, 1_.2, 1_e2, 1e_2, 1_j, 0x_12 are not allowed.

It is easier to make the rule more lenient later if it will be needed.
History
Date User Action Args
2016-02-10 18:25:53serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, ethan.furman
2016-02-10 18:25:53serhiy.storchakasetmessageid: <1455128753.48.0.671579495181.issue26331@psf.upfronthosting.co.za>
2016-02-10 18:25:53serhiy.storchakalinkissue26331 messages
2016-02-10 18:25:53serhiy.storchakacreate