Morten Lied Johansen <[EMAIL PROTECTED]> added the comment:
In my particular case, we were passing the regex on to a database which
has regex support syntactically equal to Python, so it seemed natural
to use re.escape to make sure we weren't matching against the pattern
we re
Morten Lied Johansen <[EMAIL PROTECTED]> added the comment:
One issue that the current implementation has, which I can't see have
been commented on here, is that it kills utf8 characters (and probably
every other character encoding that is multi-byte).
A é character in an utf8 enc
New submission from Morten Lied Johansen <[EMAIL PROTECTED]>:
Currently, running pydoc on a module will show you the documentation on
all regular methods, and all special methods (starting and ending in
double underscores).
Private methods (starting with a single underscore) are not in