On 02/22/2013 08:22 PM, Jim Byrnes wrote:

  <snip>


Thanks for giving me so many options to use in the future.  When reading
I completely blew by the single quote on a single line part.  The db is
sqlite3 and it seems happy with ''' strings.


FWIW, there is absolutely no difference between a string object created with single quotes, one created with triple-quotes, or one created by calling some function, or by evaluating some expression. sqlite3 could not possibly tell the difference, even if it wanted.

--
DaveA

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to