From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98861 invoked by alias); 7 Mar 2016 14:54:39 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 98851 invoked by uid 89); 7 Mar 2016 14:54:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_05,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=brobecker, Brobecker, H*UA:Webmail, news X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 07 Mar 2016 14:54:37 +0000 Received: by simark.ca (Postfix, from userid 112) id 6532A1E8C2; Mon, 7 Mar 2016 09:54:35 -0500 (EST) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id 490891E15D; Mon, 7 Mar 2016 09:54:33 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 07 Mar 2016 14:54:00 -0000 From: Simon Marchi To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Add $_as_string convenience function In-Reply-To: <20160304230722.GB4291@adacore.com> References: <1457124218-22342-1-git-send-email-simon.marchi@polymtl.ca> <20160304230722.GB4291@adacore.com> Message-ID: <6d64d5d824055dfa70782fbd19f3ad75@simark.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.1.3 X-SW-Source: 2016-03/txt/msg00113.txt.bz2 On 2016-03-04 18:07, Joel Brobecker wrote: > Neat. I think this deserves a NEWS entry! That would be the NEWS entry: * New Python-based convenience function $_as_string(val), which returns the textual representation of a value. This function is especially useful to obtain the text label of an enum value.