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 steven.daprano
Recipients cool-RR, methane, p-ganssle, steven.daprano, vstinner
Date 2020-01-10.15:40:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20200110154027.GH839@ando.pearwood.info>
In-reply-to <1578669351.32.0.699821128583.issue39280@roundup.psfhosted.org>
Content
> If all we're going to do is 
> switch [0-9] to \d (which won't work for the places where it's 
> actually [1-9], mind you)

Ah, that's a good point.

[...]
> we're better off resolving the 
> inconsistency by requiring ASCII digits and considering non-ASCII 
> support to be a separate feature request.

This seems reasonable.
History
Date User Action Args
2020-01-10 15:40:49steven.dapranosetrecipients: + steven.daprano, vstinner, methane, cool-RR, p-ganssle
2020-01-10 15:40:49steven.dapranolinkissue39280 messages
2020-01-10 15:40:49steven.dapranocreate