Thanks!!

i tried but it's not working very well..

look...
This code:

import os
a = 'a\b\c\d'
print a.split(os.sep)

Show me this messagem:
['a\x08','c','d']

My problem: I need to avoid or change some comands with "\"


On 13 set, 17:57, Shawn Milochik <sh...@milochik.com> wrote:
> Better to use os.sep.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to