In article <[EMAIL PROTECTED]>,
 "Lucas Machado" <[EMAIL PROTECTED]> wrote:

> I'm writing a python script that modifies the smb.conf file, and i need
> to write the characters '%U' in the file.  

print "%s = %%U" % "a" yields a = %U for me.

Maarten
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to