'\' starts a escape sequence. You need to escape '\' with a '\' to make it 
work. 
>>> print 'test \\'
test \

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

Reply via email to