"Fuzzyman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Which is the right function to escape the filename urllib.quote or > urllib.quote_plus ? Neither. Just drop quotes around it, after having sanitized it (assuming it's plain ASCII). Alternatively you could use the email package for MIME stuff like this. -- http://mail.python.org/mailman/listinfo/python-list