>>> "'"
"'"
>>> "\'"
"'"
>>> "\\'"
"\\'"
>>> "\\\'"
"\\'"
>>>   

This is quite different than any other language
that I am used to.  Normally, a double backslash
takes away the special meaning of the last backslash,
and so you are left with a single backslash.

How do I express the single backslash?

Thanks,

Tobiah 

-- 
Posted via a free Usenet account from http://www.teranews.com

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to