From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127066 invoked by alias); 16 Mar 2017 16:40:58 -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 127046 invoked by uid 89); 16 Mar 2017 16:40:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 spammy=eliz@gnu.org, U*eliz, elizgnuorg, HX-HELO:sk:mail-it X-HELO: mail-it0-f49.google.com Received: from mail-it0-f49.google.com (HELO mail-it0-f49.google.com) (209.85.214.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 16 Mar 2017 16:40:56 +0000 Received: by mail-it0-f49.google.com with SMTP id g138so50766855itb.0 for ; Thu, 16 Mar 2017 09:40:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=/weBAJBGuSVfzTihTPYDFYfVtPqfOCHAd7kHgh3+fRg=; b=i3a/x4aIdD8KfezuWVwqFwP/ATHl79Ca1F5OXFa0upQeceFP6EWTslPS3MY//siYiS u0mij4u66LbDHHkgw7TKU3c97VsSbhFUr5wT7alBoj8neZhIDnumcy8F/Xw/FDcnfp9t 9GzUU9hNJ8vQ3JOWvKZygoyYqk5TcLy7H+fJqlWPAAl1wnk2rmG9r8XXKOZ+IDQ5i2o1 hBMfJfO3RB3TcLEC3rEPAFRYNnQUHHXSSw4Yt4j9P1mSD220FWTKwse+XtJFfpTURCbP /g85zDm1n0MBSoFSU09jY7R3gYG3V1aQVlZNTnGTDEYim6XXoypY2ChnIXRn9dO90UWW oi5g== X-Gm-Message-State: AFeK/H16EgQ4ccEyRJV/D4cuMhFq7/boaJHHwpUr4zrO4KjkacRdfoav3Dww2zML/vGfIL9TEc9P9aiBVzz30dpP X-Received: by 10.107.180.145 with SMTP id d139mr11394431iof.101.1489682452468; Thu, 16 Mar 2017 09:40:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.151.135 with HTTP; Thu, 16 Mar 2017 09:40:11 -0700 (PDT) In-Reply-To: <83h97khsg5.fsf@gnu.org> References: <94eb2c1131b4d391aa0540abb830@google.com> <83h97khsg5.fsf@gnu.org> From: "Doug Evans via gdb-patches" Reply-To: Doug Evans Date: Thu, 16 Mar 2017 16:40:00 -0000 Message-ID: Subject: Re: [PATCH 1/4] Fix some aspects of python lazy string handling: docs To: Eli Zaretskii Cc: gdb-patches , Phil Muldoon Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00266.txt.bz2 On Sun, Nov 6, 2016 at 7:36 PM, Eli Zaretskii wrote: > > > Date: Mon, 07 Nov 2016 01:12:48 +0000 > > From: Doug Evans > > > > Hi. This patch is a small doc fix to note that arrays can be > > turned into lazy strings as well as pointers. > > > > 2016-11-06 Doug Evans > > > > * guile.texi (Lazy Strings In Guile): Mention arrays. > > * python.texi (Lazy Strings In Python): Ditto. > > OK. Committed, finally.