Martin v. Loewis wrote: > What's wrong with patch #419070, which fixes the bug? Like any other > immutable object, deepcopying a match object means returning it. what makes you think a match object is immutable? import array, sre a = array.array("c", "abcde") m = sre.search("bcd", a) print m.group(0) Cheers /F
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4