[issue15515] Regular expression match does not return
Caleb Rouleau added the comment: Thanks for the help. Apologies for the poor understanding of regular expressions. Closing this issue. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issu
[issue15515] Regular expression match does not return
New submission from Caleb Rouleau: Version info: 2.7.1 (r271:86832, Feb 7 2011, 11:33:02) [MSC v.1500 64 bit (AMD64)] The program included never prints "done" because it never returns from re.match(). -- Caleb Rouleau -- components: Regular Expressions files: RegexBug.p