string repr in 2.1

Alex Martelli aleaxit at yahoo.com
Tue May 29 08:48:32 EDT 2001


"Robin Becker" <robin at jessikat.fsnet.co.uk> wrote in message
news:5skvcVA2s4E7Ewwp at jessikat.demon.co.uk...
    ...
> On related notes if repr no longer does octal escapes does string input
still accept them?

D:\ian\good>python
Python 2.1 (#15, Apr 16 2001, 18:25:49) [MSC 32 bit (Intel)] on win32
Type "copyright", "credits" or "license" for more information.
>>> 'ci\141o'
'ciao'
>>>


Alex






More information about the Python-list mailing list