<[EMAIL PROTECTED]> wrote:
> >>> text="Hello\bworld"
> >>> print text
> "HelloBSworld"
> 
> Should this character "\b" (backspace) in this text return this:
> "Helloworld"?

[EMAIL PROTECTED] ~ % python                                          Python
2.5.1 (r251:54869, Apr 18 2007, 22:08:04) 
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> text="Hello\bworld"
>>> print text
Hellworld

What system are u using?

-- 
Lawrence, oluyede.org - neropercaso.it
"It is difficult to get a man to understand 
something when his salary depends on not
understanding it" - Upton Sinclair
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to