-
Recently I tried to do some regex pattern replacement in the python script I use with GUESS.
I imported 're' module and tried to use re.sub() function.
Surprisingly re.sub() function did not work as expected in GUESS console:
>>> re.sub('0', '1', '0')
Traceback (innermost last):
File "", line 1, in ?
File "c:\projects\guess\src\Lib\sre.py", line 63, in sub
File...
2009-10-19 05:20:27 UTC by xlogger
-
fdn73 committed patchset 150 of module guess to the GUESS CVS repository, changing 1 files.
2009-09-07 15:57:12 UTC by fdn73
-
fdn73 committed patchset 149 of module guess to the GUESS CVS repository, changing 14 files.
2009-09-07 15:55:49 UTC by fdn73
-
eytanadar committed patchset 148 of module guess to the GUESS CVS repository, changing 4 files.
2009-08-15 01:02:43 UTC by eytanadar
-
eytanadar added fdn73 to the GUESS project.
2009-06-08 16:37:57 UTC by eytanadar
-
eytanadar committed patchset 147 of module guess to the GUESS CVS repository, changing 1 files.
2009-06-02 05:19:05 UTC by eytanadar
-
eytanadar committed patchset 146 of module guess to the GUESS CVS repository, changing 21 files.
2009-06-02 05:16:40 UTC by eytanadar
-
eytanadar committed patchset 145 of module guess to the GUESS CVS repository, changing 3 files.
2009-04-18 00:44:33 UTC by eytanadar
-
eytanadar committed patchset 144 of module guess to the GUESS CVS repository, changing 7 files.
2009-04-17 14:24:26 UTC by eytanadar
-
eytanadar committed patchset 143 of module guess to the GUESS CVS repository, changing 5 files.
2009-04-12 19:39:47 UTC by eytanadar