Message364829
Leon, this most likely is not a bug, not because what's stated in documentation, but because you're most likely not testing what you think you do. Here is the test that you should be doing:
>>> re.match(r'(<)?(\w+@\w+(?:\.\w+)+)(?(1)>|$)', '<user@host.com')
>>>
No match. If there is a different output in your setup, please provide both the output and the details of your system and Python installation. |
|
Date |
User |
Action |
Args |
2020-03-22 22:40:38 | SilentGhost | set | recipients:
+ SilentGhost, ezio.melotti, mrabarnett, docs@python, LHampton |
2020-03-22 22:40:38 | SilentGhost | set | messageid: <1584916838.68.0.888212510997.issue40043@roundup.psfhosted.org> |
2020-03-22 22:40:38 | SilentGhost | link | issue40043 messages |
2020-03-22 22:40:38 | SilentGhost | create | |
|