From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81895 invoked by alias); 7 Nov 2016 03:36:07 -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 81877 invoked by uid 89); 7 Nov 2016 03:36:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=HReply-to:D*org, H*r:sk:cable.0 X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 07 Nov 2016 03:36:05 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3aj4-0000Yr-Lw for gdb-patches@sourceware.org; Sun, 06 Nov 2016 22:36:03 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3aiz-0000TB-GQ; Sun, 06 Nov 2016 22:35:57 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1720 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1c3aiy-0002cr-Qt; Sun, 06 Nov 2016 22:35:57 -0500 Date: Mon, 07 Nov 2016 03:36:00 -0000 Message-Id: <83h97khsg5.fsf@gnu.org> From: Eli Zaretskii To: Doug Evans CC: gdb-patches@sourceware.org, pmuldoon@redhat.com In-reply-to: <94eb2c1131b4d391aa0540abb830@google.com> (message from Doug Evans on Mon, 07 Nov 2016 01:12:48 +0000) Subject: Re: [PATCH 1/4] Fix some aspects of python lazy string handling: docs Reply-to: Eli Zaretskii References: <94eb2c1131b4d391aa0540abb830@google.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00115.txt.bz2 > 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.