From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb1-xb2b.google.com (mail-yb1-xb2b.google.com [IPv6:2607:f8b0:4864:20::b2b]) by sourceware.org (Postfix) with ESMTPS id C81893858D32 for ; Wed, 15 Jun 2022 17:36:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C81893858D32 Received: by mail-yb1-xb2b.google.com with SMTP id r3so21772180ybr.6 for ; Wed, 15 Jun 2022 10:36:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=72MIJGPEMAob/L8gPBbayggC/xLtc7x6la85UWXOr8c=; b=NtjFHorR756eBdojqB3y64y/1Q00Ns3FGpzcjSx3CQ4Gy1RV2groYHYxF2JD1g5sdE PS5kKFh+D7x8XQSG1ZZChR05tDR9aQETy8Fp/fDn2VhoZ5UI6mXibyu0ac3c92ylTyE6 8nKDXAIUxUZ/9CB7xkeION5wMBniPtun2oDL3mKtrsFrrepBkMYvhoY4bSRa+K7vbS9C ZhpqSuylq66NyWff//aYwzLwYOcXkUbtQbAIgYfuX3YxP2PTaRAlRFwpk/ylL+kyu60U ze3kNjWefruIyfscJvFR+V9rTrYL7KUZpNeoXuNpf0KwccgNZh1qbDN7h5vLH6apRZWv rOgw== X-Gm-Message-State: AJIora8xur08TuegUC5ToXMB2v6gV1xB7dcmxR8xL81X+SxnVV3WcWjT 9ddq2CAdFnX5a2lBQo1RId+6HhOy6mOFB298cop6NzyKai0OmA== X-Google-Smtp-Source: AGRyM1s+Vx8e2Dz3gNjhs8JuJ3gwZIDFiwTkM6KRST1kIt0AgugyRqs2rYT8a/fYkY35IcbTq+baax79WEd7tQrzT2E= X-Received: by 2002:a05:6902:120d:b0:660:d02b:a31e with SMTP id s13-20020a056902120d00b00660d02ba31emr990095ybu.275.1655314591090; Wed, 15 Jun 2022 10:36:31 -0700 (PDT) MIME-Version: 1.0 References: <20220219164753.3992479-1-tom@tromey.com> <87pmkad65u.fsf@tromey.com> <87h74mx75q.fsf@tromey.com> In-Reply-To: <87h74mx75q.fsf@tromey.com> From: Christian Biesinger Date: Wed, 15 Jun 2022 13:35:53 -0400 Message-ID: Subject: Re: [PATCH] Add to documentation of Python 'dont_repeat' method To: Tom Tromey Cc: gdb-patches Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-16.3 required=5.0 tests=BAYES_00, DKIMWL_WL_MED, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, ENV_AND_HDR_SPF_MATCH, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE, USER_IN_DEF_DKIM_WL, USER_IN_DEF_SPF_WL autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2022 17:36:33 -0000 On Wed, Jun 15, 2022 at 11:45 AM Tom Tromey wrote: > > >>>>> "Tom" == Tom Tromey writes: > > >>>>> "Tom" == Tom Tromey writes: > Tom> PR python/28533 points out that the Python 'dont_repeat' documentation > Tom> is a bit ambiguous about when the method ought to be called. This > Tom> patch spells it out. > > > Ping. > > Ping again. FWIW I like this change. Christian