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 nevsan
Recipients georg.brandl, nevsan, serhiy.storchaka
Date 2017-03-22.14:56:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490194618.58.0.296020120991.issue29869@psf.upfronthosting.co.za>
In-reply-to
Content
The existing regular expressions weren't actually strict enough as is, so I made them even more correct. In particular, we must have at least one digit following `0[xXbBoO]` and must be before any underscores.

I have a small set of test cases to examine correctness of these regular expressions: https://gist.github.com/nevsan/7fc78dc61d309842406d67d6839b9861
History
Date User Action Args
2017-03-22 14:56:58nevsansetrecipients: + nevsan, georg.brandl, serhiy.storchaka
2017-03-22 14:56:58nevsansetmessageid: <1490194618.58.0.296020120991.issue29869@psf.upfronthosting.co.za>
2017-03-22 14:56:58nevsanlinkissue29869 messages
2017-03-22 14:56:58nevsancreate