I found a documentation bug in textlib.py:<br><br>In the beginning of replaceExcept() the line<br><span style="font-family: courier new,monospace;">       old             - a compiled regular expression</span><br style="font-family: courier new,monospace;">
should be <br><span style="font-family: courier new,monospace;">       old             - a compiled or uncompiled regular expression</span><br style="font-family: courier new,monospace;">(ReplaceExcept will compile it if it has the type string or unicode.)<br>
<br>-- <br>Bináris<br>