don't understand popen2

Fredrik Lundh fredrik at pythonware.com
Thu Mar 23 08:53:02 EST 2006


Sion Arrowsmith wrote:

>>>> "F:\coding\pwSync\popen_test\testia.py"
> 'F:\\coding\\pwSync\\popen_test\testia.py'

this might make it more obvious that something's not quite right with that
string literal:

    >>> print "F:\coding\pwSync\popen_test\testia.py"
    F:\coding\pwSync\popen_test     estia.py

</F> 






More information about the Python-list mailing list