Thread Previous • Date Previous • Date Next • Thread Next |
Line 32 return map(try_int, re.findall(r'(\d+|\D+)', s)) Shouldn't it be return map(try_int, re.findall(r'(?:\d+|\D+)', s)) -- https://code.launchpad.net/~raoul-snyman/openlp/natural-sorting/+merge/113873 Your team OpenLP Core is subscribed to branch lp:openlp.
Thread Previous • Date Previous • Date Next • Thread Next |