h0arry / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Backspace escape \b #541

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have the problem with the backspace i.e. the \b ; I did :

print 'test\btest'

The expected output is :
testest
but the actual output is :
testtest

I'm using Python 2.7.1 and PyScripter 2.4.1 with Windows 7.

Original issue reported on code.google.com by bebsoui...@gmail.com on 27 Jul 2011 at 9:25

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 27 Jul 2011 at 8:28