Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44958
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.098 |
| X-Spam-Evidence | '*H*': 0.83; '*S*': 0.02; 'mess': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'iterating': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'kevin': 0.30; 'message- id:@mail.gmail.com': 0.30; 'that.': 0.31; 'subject:Database': 0.31; 'received:google.com': 0.35; 'to:addr:python-list': 0.38; 'list,': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; "you're": 0.61; 'disrupt': 0.84; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=N8OEcKBlfqt6oQflMfoesonIehlV5NjXLSIkf5wCGRg=; b=KTIdNk15le4m7IEPWKvq0ylLX4Fvrl3IDpunsvS+HXjpwnKS3KTJKo/HEEwlrGy2k0 dfzLwGIuZoskRtTn9mlHYMmUOuuAR2O5PDho9BcgScONaL+AmjpbEYuof8wWLWgfSWKC baRbp4SiXHayWwq8vtVhfEjsQQdzWJi8RjrjR5ebwZRrLdzWSvkZT0df8jic16tJW2S4 eDY9fCW9d0wqQOTJS1W+ycCJYKcy/RGchOkJ9nYpH3WHaMIWLpmkCz/hdRDx1ZtQl6N1 7+5sAuY2X0qKQHYjrW73xQLkQ+u8NS3+K9wZCROfpJ8IKhOLdFEo16iAHUGDTDIwr91A 7MSw== |
| MIME-Version | 1.0 |
| X-Received | by 10.58.226.163 with SMTP id rt3mr5513962vec.55.1368039419377; Wed, 08 May 2013 11:56:59 -0700 (PDT) |
| In-Reply-To | <CAN4UfGzbtM1vtW4EvmjYq0gDAcCzaQTJrPKhuk=VTTTwgH7sZQ@mail.gmail.com> |
| References | <CAN4UfGzbtM1vtW4EvmjYq0gDAcCzaQTJrPKhuk=VTTTwgH7sZQ@mail.gmail.com> |
| Date | Thu, 9 May 2013 04:56:59 +1000 |
| Subject | Re: MySQL Database |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1452.1368039422.3114.python-list@python.org> (permalink) |
| Lines | 8 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1368039422 news.xs4all.nl 15916 [2001:888:2000:d::a6]:57565 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:44958 |
Show key headers only | View raw
On Thu, May 9, 2013 at 4:52 AM, Kevin Holleran <kdawg44@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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: MySQL Database Chris Angelico <rosuav@gmail.com> - 2013-05-09 04:56 +1000
csiph-web