On Thu, May 9, 2013 at 4:52 AM, Kevin Holleran <kdaw...@gmail.com> wrote:
> Will using db_c to update the database mess up the loop that is cycling
> through db_c.fetchall()?

Nope; fetchall() returns a list, which you're then iterating over.
Nothing the database does can disrupt that.

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

Reply via email to