T. Joseph CARTER wrote: > I am not familiar with r'' in python, since most of what I do has to work > as far back as 1.5 or 2.0.. What's the deal with that? =)
A leading r means don't parse backslash specially in a string literal.
r'\s' is the same as '\\s'. Purely a readability thing.
--
Bob Miller K<bob>
[EMAIL PROTECTED]
_______________________________________________
EUGLUG mailing list
[email protected]
http://www.euglug.org/mailman/listinfo/euglug
