![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveending a string with a backslash
From: John Salerno <johnjsal@NOSPAMgmail.com>
Date: Mon May 01 2006 - 01:19:27 CEST
I have this:
subdomain = raw_input('Enter subdomain name: ')
path = r'C:\Documents and Settings\John Salerno\My Documents\My
Obviously the single backslash at the end of 'path' will cause a
C:\Documents and Settings\John Salerno\My Documents\My
But I don't see how this is valid, since all the backslashes are single
|