From patchwork Sat Sep 14 20:43:20 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Terekhov, Mikhail via Gdb-patches" X-Patchwork-Id: 34523 Received: (qmail 43021 invoked by alias); 14 Sep 2019 20:43:31 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 43008 invoked by uid 89); 14 Sep 2019 20:43:31 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-22.6 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=32, 8, 32, 6, 328, task X-HELO: mail-qt1-f201.google.com Received: from mail-qt1-f201.google.com (HELO mail-qt1-f201.google.com) (209.85.160.201) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 14 Sep 2019 20:43:30 +0000 Received: by mail-qt1-f201.google.com with SMTP id c13so35890852qtp.21 for ; Sat, 14 Sep 2019 13:43:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=date:in-reply-to:message-id:mime-version:references:subject:from:to :cc; bh=LP33LEVCbxKzqV8pmB81E2j0wRhP8nA81moFRk5kDds=; b=J4YqNNSMd5nDROgEOuKyKyMkz34HwwE3ep0WCqyykmZtLCEPLq98pcjnpZY2b5EJnr kU89nGhxgiWNqXQSoHejaLqZ7O5Yg0MIftxfsCgXcY+2blAzgiRjGH+030banwSBXwVU /c3RgBepYU+rgNgFACapGYJjooB+nsl17daXn8TpZGVtDr0APpD6d1IcNWicrIAK/TrO mWYBgUojqnjvOaJ6F5+jLv38cQjyhguYCEF5b54xdMEPgKPE9ObiHgvp3qZxwpUAO+Eu FL0KFIOqEIr+qrkPmiTNITyJOyqGfdboRweROTHlO0q7J8rZLWE0aBhHcuPSrcut6aXb KW+w== Date: Sat, 14 Sep 2019 15:43:20 -0500 In-Reply-To: <8336gzyph1.fsf@gnu.org> Message-Id: <20190914204320.196671-1-cbiesinger@google.com> Mime-Version: 1.0 References: <8336gzyph1.fsf@gnu.org> Subject: [PATCH] Add a NEWS entry that gdb can be compiled with py3 on Windows. X-Patchwork-Original-From: "Christian Biesinger via gdb-patches" From: "Terekhov, Mikhail via Gdb-patches" Reply-To: Christian Biesinger To: gdb-patches@sourceware.org Cc: Christian Biesinger X-IsSubscribed: yes [Eli -- how about this one?] This was fixed in commit 272044897e178835f596c96740c5a1800ec6f9fb. 2019-09-11 Christian Biesinger * NEWS: Mention that gdb can now be compiled with Python 3 on Windows. --- gdb/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gdb/NEWS b/gdb/NEWS index d502f08984c..947b7435337 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -32,6 +32,8 @@ * GDB now shows the Ada task names at more places, e.g. in task switching messages. +* GDB can now be compiled with Python 3 on Windows. + * Python API ** The gdb.Value type has a new method 'format_string' which returns a