Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ian Kelly Newsgroups: comp.lang.python Subject: Re: [Python-ideas] Boolean parameters guidelines Date: Sun, 8 May 2016 10:08:46 -0600 Lines: 6 Message-ID: References: <20160508015932.GS12028@ando.pearwood.info> <20160508064113.GU12028@ando.pearwood.info> <572f5c71$0$1597$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de Uba/K8beBc6TZWRx3G/rzQZpK3eQ3autu2OLkrds+sDA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:: [': 0.03; 'subject:Python': 0.05; 'received:209.85.218': 0.10; '2016': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:ideas': 0.16; 'subject:parameters': 0.16; 'wrote:': 0.16; 'implementing': 0.18; '>': 0.18; 'subject:] ': 0.19; 'am,': 0.23; 'header:In- Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; "i'm": 0.30; 'choosing': 0.33; 'list': 0.34; 'received:google.com': 0.35; 'instead': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'received:209': 0.38; 'why': 0.39; 'sure': 0.39; 'subject:-': 0.39; 'to:addr:python.org': 0.40; 'gotten': 0.76; 'terrible': 0.84; 'to:name:python': 0.84 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; bh=ZZWYB4YB+cJTnVFXRud7iHhm7XQBZzsE9zgTTSrU9uM=; b=iYUjUzK3ZSgTYsIy8phccU0E2TZ1aPasaHD5w5GzzbDvSH1CVWeE6KCVw8ZxKuZeVF X7Bjok5ZXMW6JoiwnNyii+eBciYuaXjiTx9q9MdpRN44QABeC5qVjm1cy4PqWkAeCXQ6 PJuRVhQq4gs42MmRXQN4dniNoTIOopHZwPxGzIIFBIZ3UROTxZ2xjP4wx3NuvA7rnq9C UAPEkP24Oyk1I6qJu6bBzAYGJl+TLkXULl3Gy1Ah/xbDiH/WKse1nBOeNJqGAu3S0TC1 qYoAvCOFO9ObGQag7MLBvraA3aeWMczg5PpGIUgjzNcj1viqJZXufgIl6UJ79h7Hcfsm 1GfA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=ZZWYB4YB+cJTnVFXRud7iHhm7XQBZzsE9zgTTSrU9uM=; b=cgidvquIdVN1kRrg9s7cErWSbO+Z38wJH80s1GRb+KRl9jZ90/XoClHxCVk0abGu2J e8jHZyij5zy8LOmRftdln504Uofu60ovN9mc66khK7b52gkO0/M4zdXEbsUTcPEW+Fd/ SGUZqY+mJZwNpusEvAL6RgbRkqrnx8NYGJ6kt2Pt4xvrbh2vREV/q5+LupEFtDYfrpy0 Cro860Hms/OrsaSSpbk+uysceuMP1yinjU/wTXIDsf4gUzRkHF0EqPKiA4mEGHjzoPX8 9FJclbU2bg4VuAc+tNvnPTwvlxV8WQS/ourjBuuRaCNz+CMrMTsuBMBbrdB9zMJ2twVh J7Vw== X-Gm-Message-State: AOPr4FUiMZYLGUP/W92N4OCD+kkuvbC9hNXP19wz+1TMwT+XHwIPsKFxXKq8uQhIcvT3LL2O0AutDbwx7yvURQ== X-Received: by 10.202.4.213 with SMTP id 204mr6725208oie.47.1462723727240; Sun, 08 May 2016 09:08:47 -0700 (PDT) In-Reply-To: <572f5c71$0$1597$c3e8da3$5496439d@news.astraweb.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: <20160508015932.GS12028@ando.pearwood.info> <20160508064113.GU12028@ando.pearwood.info> <572f5c71$0$1597$c3e8da3$5496439d@news.astraweb.com> Xref: csiph.com comp.lang.python:108366 On May 8, 2016 9:37 AM, "Steven D'Aprano" wrote: > > Not sure why this has migrated to this list instead of Python-Ideas. Because Gmail has somehow never gotten around to implementing reply-to-list and I'm terrible at choosing the right one.