]> granicus.if.org Git - python/commit
SF #926075: Fixed the bug that returns a wrong pattern object for
authorHye-Shik Chang <hyeshik@gmail.com>
Tue, 20 Apr 2004 21:30:07 +0000 (21:30 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Tue, 20 Apr 2004 21:30:07 +0000 (21:30 +0000)
commit9f62eccb6657abd5c6a4a4694e6fe8c80f8ccb12
treef2dcc863d306ce792aa44fc639b9451b7d619f06
parent0f5bf1ebdd426fb17f92d00b319a55b014021c30
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