At 2008-06-24T20:27:33Z, regex_jedi <[EMAIL PROTECTED]> writes:

> Notice that the 4th value has a single quote in it. Well, I need to
> make sure that the single quote is escaped before handing it off for
> further processing to a class I later call for some other processing.

Out of curiosity, what kind of processing?  The only time I've really had to
mess with escaping quotes involved SQL.  There is *no* reason why you'd ever
directly generate SQL strings yourself today unless you're writing a
database connector.
-- 
Kirk Strauser
The Day Companies
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to