Ezio Melotti <[email protected]> added the comment: >>> re.findall(r'((?:\$.)+)', 'This $b$B is also a variable, but it\'s not >>> $B$b') ['$b$B', '$B$b']
---------- assignee: -> ezio.melotti resolution: -> invalid stage: -> committed/rejected status: open -> closed _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14510> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
