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 terry.reedy
Recipients FHTMitchell, Rosuav, eric.smith, terry.reedy
Date 2017-10-13.23:08:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507936101.25.0.213398074469.issue31780@psf.upfronthosting.co.za>
In-reply-to
Content
The formatting part of PEP 515 was implemented in #27080.  Chris Angelico's initial patch https://bugs.python.org/file44152/underscores_decimal_only.patch was, as the name says, for decimal only, and added "or '_' " to the error message.  The next patch added other bases but neglected to remove the obsoleted addition.

Chris, can you do a PR?  I don't think any new test is needed.  I would also be inclined to skip the news blurb, but since Eric should review and merge, it is his call.
History
Date User Action Args
2017-10-13 23:08:21terry.reedysetrecipients: + terry.reedy, eric.smith, Rosuav, FHTMitchell
2017-10-13 23:08:21terry.reedysetmessageid: <1507936101.25.0.213398074469.issue31780@psf.upfronthosting.co.za>
2017-10-13 23:08:21terry.reedylinkissue31780 messages
2017-10-13 23:08:20terry.reedycreate