more on unescaping escapes

Rhodri James rhodri at wildebst.demon.co.uk
Mon Feb 23 19:37:11 EST 2009


On Tue, 24 Feb 2009 00:26:29 -0000, bvdp <bob at mellowood.ca> wrote:

> So, in this case I'm assuming that the interpreter is converting the  
> escapes on assignment.

The compiler converts the escapes on creating its internal
representation of the string, before assignment ever gets
involved.

-- 
Rhodri James *-* Wildebeeste Herder to the Masses



More information about the Python-list mailing list