Hi, thanks for the reply. I was not aware of this in raw strings (and frankly, don't like it... but who cares about that :-) )
When I needed embedded quotes in a raw string I went the triple quote route: a = r'''check \' this''' which makes more sense to me. -- http://mail.python.org/mailman/listinfo/python-list