]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF #926075: Fixed the bug that returns a wrong pattern object for
authorHye-Shik Chang <hyeshik@gmail.com>
Tue, 20 Apr 2004 21:32:33 +0000 (21:32 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Tue, 20 Apr 2004 21:32:33 +0000 (21:32 +0000)
commit05bacbdc4e90da6197791b1e4adac6f82bec7183
treedfb879d6472f9377e4b6a3b754c11618b3e156c4
parente9d1c7f7767e0f31101b299cdb422234efec391f
SF #926075: Fixed the bug that returns a wrong pattern object for
a string or unicode object in sre.compile() when a different type
pattern with the same value exists.
Lib/test/test_re.py