Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #77303

Re: Keeping python code and database in sync

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <skip.montanaro@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.006
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'affected': 0.07; 'fixes': 0.07; 'subject:code': 0.07; 'bug.': 0.09; 'cc:addr:python-list': 0.11; 'bug': 0.12; 'otoh,': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'aug': 0.22; 'email addr:gmail.com&gt;': 0.22; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'fairly': 0.24; 'cc:2**0': 0.24; '&gt;': 0.26; 'possibly': 0.26; 'header:In-Reply- To:1': 0.27; 'especially': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'probability': 0.31; 'another': 0.32; 'bugs': 0.33; 'test': 0.35; 'received:google.com': 0.35; 'system,': 0.38; 'pm,': 0.38; 'sure': 0.39; 'how': 0.40; 'high': 0.63; 'more': 0.64; 'to:addr:gmail.com': 0.65
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2tNgxV8P24XpAXwM1x9kEqrM7MlLQbpM8hro4wZ3YrQ=; b=qaHflqmIvH6YY6mims48dtCmTxxB07Zx7ctsU69Y/8Oy51X+EwommdoRUnoVpJLUXD yyyzWdB6nEtWSK1HtIHQue7xWxJWQHjTQQaqz+31WIEkvPTZ9rpiV2hLSQElU7nyJEa3 C/Hnqe5r8ETKSk2GMu8XHBZuDHYBpmQsgFpnN1wSgprJ8oB+Xys8qz8WTpMZ8uQHqs/F 5zCjYkSVWohEUOEH1MYZaqMBGxQil5xSSmuJ6l6Ez1sjzNxf3kYHoMAK+m2K7XUuiOzB 4tJhUJ/OZeAWBypxrl4mKBxnZQdNSjQJ4qbN9b8qQTDA1l7a2YeKfAhK+3NhTKSNcWF3 +33g==
MIME-Version 1.0
X-Received by 10.50.36.38 with SMTP id n6mr7750281igj.24.1409356072204; Fri, 29 Aug 2014 16:47:52 -0700 (PDT)
In-Reply-To <CAPTjJmpXFx5vbWe2s4kqFV4gYZniWQSbB+cfHNqWe6EEybYhPg@mail.gmail.com>
References <mailman.13604.1409316126.18130.python-list@python.org> <roy-AE646E.10535529082014@news.panix.com> <CANc-5UxEY4XgmoiNa5MR=1Hy8SeRtpr1r=rRjBFKw2RrxFNomQ@mail.gmail.com> <CAPTjJmpXFx5vbWe2s4kqFV4gYZniWQSbB+cfHNqWe6EEybYhPg@mail.gmail.com>
Date Fri, 29 Aug 2014 18:47:52 -0500
Subject Re: Keeping python code and database in sync
From Skip Montanaro <skip.montanaro@gmail.com>
To Chris Angelico <rosuav@gmail.com>
Content-Type multipart/alternative; boundary=089e013c69be0bc4360501cd4836
Cc Python <python-list@python.org>
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 <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.13632.1409356074.18130.python-list@python.org> (permalink)
Lines 26
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1409356074 news.xs4all.nl 2881 [2001:888:2000:d::a6]:51171
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:77303

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On Aug 29, 2014 5:34 PM, "Chris Angelico" <rosuav@gmail.com> wrote:

> I'm not sure how suckitude is affected by bugs, exactly; possibly O(N
> log N), because each bug has a small probability of affecting another
> bug.

OTOH, bug fixes often have a fairly high probability of adding more bugs to
the system, especially if your test suite isn't up to snuff.

Skip

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Keeping python code and database in sync "Frank Millman" <frank@chagford.com> - 2014-08-29 14:42 +0200
  Re: Keeping python code and database in sync Rustom Mody <rustompmody@gmail.com> - 2014-08-29 05:55 -0700
    Re: Keeping python code and database in sync "Frank Millman" <frank@chagford.com> - 2014-08-29 15:19 +0200
  Re: Keeping python code and database in sync Roy Smith <roy@panix.com> - 2014-08-29 10:54 -0400
    Re: Keeping python code and database in sync Skip Montanaro <skip@pobox.com> - 2014-08-29 12:04 -0500
    suckitude classifications [was Re: Keeping python code and database in sync] Ethan Furman <ethan@stoneleaf.us> - 2014-08-29 12:02 -0700
    Re: Keeping python code and database in sync Ben Finney <ben+python@benfinney.id.au> - 2014-08-30 06:34 +1000
    Re: Keeping python code and database in sync Chris Angelico <rosuav@gmail.com> - 2014-08-30 08:31 +1000
    Re: suckitude classifications [was Re: Keeping python code and database in sync] Chris Angelico <rosuav@gmail.com> - 2014-08-30 08:38 +1000
      Re: suckitude classifications [was Re: Keeping python code and database in sync] Roy Smith <roy@panix.com> - 2014-08-29 19:19 -0400
        Re: suckitude classifications [was Re: Keeping python code and database in sync] Chris Angelico <rosuav@gmail.com> - 2014-08-30 09:38 +1000
    Re: Keeping python code and database in sync Skip Montanaro <skip.montanaro@gmail.com> - 2014-08-29 18:47 -0500
    Re: Keeping python code and database in sync Ethan Furman <ethan@stoneleaf.us> - 2014-08-29 16:54 -0700
    Re: Keeping python code and database in sync Skip Montanaro <skip@pobox.com> - 2014-08-29 21:14 -0500
    Re: Keeping python code and database in sync Chris Angelico <rosuav@gmail.com> - 2014-08-30 12:28 +1000
    Re: suckitude classifications {taken to absurdity} Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-08-30 11:13 -0400

csiph-web