Quote:
Originally Posted by un_pogaz
Small exchange of good process:
I discover a bug in the test result field of "Search and Replace" module.
https://www.mobileread.com/forums/sh...d.php?t=335440
Moreover in your code there is a #FIXME: THE PROBLEM IS HERE, but I think it was rather the opposite: s_r_do_regexp() has the expected behavior, is the test result field in s_r_paint_results() which is not valid.
|
Thanks for the fix. Will incorporate into my code.
The "#FIXME: THE PROBLEM IS HERE" was in reference to what
I thought was a bug, but turned out to be difference in behavior between python2 and python3. I have removed that comment in the latest version.