In my short experience with the backslashes thing, I often got to fix those
problems by either:
import re
re.escape("string_to_escape")
or
string = r"string"
I don't often really understand what's happening, but this stops being a
problem.
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.