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 adiba
Recipients adiba, ezio.melotti, mrabarnett
Date 2019-01-03.21:29:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546550950.61.0.624475109311.issue35653@roundup.psfhosted.org>
In-reply-to
Content
This is the regular expression: ^(?:(\d*)(\D*))*$
This is the test string: 42AZ
This is the expectation for the match groups: ('42', 'AZ')
This is the actual return value: ('', '')

https://gist.github.com/adiba/791ba943a1102994d43171dc98aaecd0
History
Date User Action Args
2019-01-03 21:29:14adibasetrecipients: + adiba, ezio.melotti, mrabarnett
2019-01-03 21:29:10adibasetmessageid: <1546550950.61.0.624475109311.issue35653@roundup.psfhosted.org>
2019-01-03 21:29:10adibalinkissue35653 messages
2019-01-03 21:29:10adibacreate