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 mark.dickinson
Recipients Sergey.Kirpichev, mark.dickinson, veky
Date 2021-05-29.13:41:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622295670.78.0.684820733062.issue44258@roundup.psfhosted.org>
In-reply-to
Content
> How about '1_/_2'?

I'd rather keep it consistent with the rules for int: that is, if I split on `'/'`, I'd expect the pieces to be parseable by `int`.

As for spaces around the `/`, let's make that a separate issue.
History
Date User Action Args
2021-05-29 13:41:10mark.dickinsonsetrecipients: + mark.dickinson, veky, Sergey.Kirpichev
2021-05-29 13:41:10mark.dickinsonsetmessageid: <1622295670.78.0.684820733062.issue44258@roundup.psfhosted.org>
2021-05-29 13:41:10mark.dickinsonlinkissue44258 messages
2021-05-29 13:41:10mark.dickinsoncreate