]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than
authorGeorg Brandl <georg@python.org>
Sun, 18 Sep 2005 13:03:16 +0000 (13:03 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 18 Sep 2005 13:03:16 +0000 (13:03 +0000)
commit539604146aa5e33a5a1517f1a5fb4548153d77ef
treef58aa63f7d08b156a2e5eee5ef0f1bcc5d860283
parent91926ad477ee8ddf57020f181a2aa72b7de8cb49
Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than
considering it exactly like a '*'.

Backport from 2.5 branch.
Lib/sre_parse.py
Lib/test/test_re.py
Misc/NEWS