]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
return -1 for undefined groups (as implemented in 1.5.2) instead of
authorFredrik Lundh <fredrik@pythonware.com>
Sat, 2 Sep 2000 16:36:57 +0000 (16:36 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sat, 2 Sep 2000 16:36:57 +0000 (16:36 +0000)
commit510c97ba2f573bb5336681126ea6aad45a928a52
treeaae70f97d65707e07fa04440e94044a7c3f950c6
parentff07f8c7eaab3f0000c30921545c01429977aeff
return -1 for undefined groups (as implemented in 1.5.2) instead of
None (as documented) from start/end/span.  closes bug #113254
Lib/test/test_sre.py
Modules/_sre.c