Hello,

I have one simple string, backspace character question.Here is my
example:

>>> text="Hello\bworld"
>>> print text
"HelloBSworld"

Should this character "\b" (backspace) in this text return this:
"Helloworld"?





Regards,
Vedran

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

Reply via email to