]> granicus.if.org Git - python/commit
"if match(x) >= 0:" smells of regex matching; should use "if match(x):"
authorGuido van Rossum <guido@python.org>
Tue, 23 Jun 1998 14:43:06 +0000 (14:43 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 23 Jun 1998 14:43:06 +0000 (14:43 +0000)
commitd9d2625dbd284f91df2beab22f385e0f0bf60cab
tree6e791ba085ce6b8ed7d249c055871fff9d3ee93d
parent4d40b0a16536b7b3d61b6c86a0e8547728762c7e
"if match(x) >= 0:" smells of regex matching; should use "if match(x):"
Lib/mhlib.py