printing escape character

hrochonwo hrochonwo at googlemail.com
Tue Jan 22 14:04:21 EST 2008


On Jan 22, 7:58 pm, "Jerry Hill" <malaclyp... at gmail.com> wrote:
> On Jan 22, 2008 1:38 PM, hrochonwo <hrocho... at googlemail.com> wrote:
>
> > Hi,
>
> > I want to print string without "decoding" escaped characters to
> > newline etc.
> > like print "a\nb" -> a\nb
> > is there a simple way to do it in python or should i somehow use
> > string.replace(..) function ?
> >>> print 'a\nb'.encode('string_escape')
>
> a\nb
>
> --
> Jerry


thank you, jerry



More information about the Python-list mailing list