python on Linux

Ian Kelly ian.g.kelly at gmail.com
Fri Oct 10 11:52:08 EDT 2014


On Fri, Oct 10, 2014 at 12:31 AM, Irmen de Jong <irmen.NOSPAM at xs4all.nl> wrote:
> - you need to escape the backslashes (or just use forward slashes, they work on windows too)

Or use a raw string. There is usually no reason to have escape
sequences at all in a file system path.



More information about the Python-list mailing list