]> 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:11:11 +0000 (21:11 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Tue, 20 Apr 2004 21:11:11 +0000 (21:11 +0000)
commit0f5bf1ebdd426fb17f92d00b319a55b014021c30
tree029762db31287daade4951c75dada746b19e3bb5
parent1660e0c1f162efcc2a19e07ca87193e071bca311
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/sre.py
Misc/NEWS