]> 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:16:06 +0000 (21:16 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Tue, 20 Apr 2004 21:16:06 +0000 (21:16 +0000)
commite9d1c7f7767e0f31101b299cdb422234efec391f
tree7d28ceb1665814048fc1e7150f2226df04769c62
parenta2f79361f8472877c79fbb7bd70615eb2e5b918f
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