]> granicus.if.org Git - python/commit
I know this is only a temporary stop-gap measure, but the match() and
authorGuido van Rossum <guido@python.org>
Tue, 2 May 2000 15:52:33 +0000 (15:52 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 2 May 2000 15:52:33 +0000 (15:52 +0000)
commit1b6aecb08c5496402189f455c4f07654902a8a51
treecd7ff074b23068a97e4d1ead475ec33df58020cc
parent823eb4ba817213698f0ac197cdcd4e56b738c32b
I know this is only a temporary stop-gap measure, but the match() and
search() functions didn't even work because _fixflags() isn't
idempotent.  I'm adding another stop-gap measure so that you can at
least use sre.search() and sre.match() with a zero flags arg.
Lib/sre.py