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 rhettinger, zd nex
Date 2020-03-13.18:17:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584123446.71.0.413418061681.issue39956@roundup.psfhosted.org>
In-reply-to
Content
I prefer what we have now.  The language is consistent across script input, int(), and literal_eval().  

In my courses, I haven't encountered any issues with Python allowing "1_1".  The actual problem my learners encounter is the need to strip commas from input.
History
Date User Action Args
2020-03-13 18:17:26rhettingersetrecipients: + rhettinger, zd nex
2020-03-13 18:17:26rhettingersetmessageid: <1584123446.71.0.413418061681.issue39956@roundup.psfhosted.org>
2020-03-13 18:17:26rhettingerlinkissue39956 messages
2020-03-13 18:17:26rhettingercreate