X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=t7mHZ2lqjar96cR6UatwQ/g9/mSKZ+1duQIjTNsojBE=; b=kvh5puHAzu9xYjuX6O1Q/L8lFVc88QuhcS0YMARiEhHiJ7jscR+/AjA6S0jjkdkp7o zKbG6aSzht709hjWi55Gibvzu60Tpkhx3RgK3SBAN/k8mRP+l0UpJz6BYNYWLcOOiBu9 Pk0MhrvqDx1Nc5Wkhbd4Qk43tHp+ApKT0YjsGiLlZm3iCu68r3uDvntH7Hoh3JMUTbqs nPpyjvADUpHG4WRhgUay0c3DaumuuzOn81UgCRJ/wQchv0qjsrK/GJyBm6yFBLLCe54v HO7iEDFQkoegMnNIbJhdRfraKhQLuAqZQ+qWhZBoJN3DXGKBI+u0+gPjk5/+9EZwtTxC qs1A== X-Gm-Message-State: ALoCoQmmnuTfyadrSIniQJv4xUOodZ20Liqn5Cq4EoEdZdOK7J9uegBgl3Xhc02zD+2eo9FT9Efl X-Received: by 10.152.21.4 with SMTP id r4mr1492190lae.51.1391184103806; Fri, 31 Jan 2014 08:01:43 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1391182300.2023.11.camel@AMD64X2.fritz.box> References: <1391182300 DOT 2023 DOT 11 DOT camel AT AMD64X2 DOT fritz DOT box> From: Joshua Lansford Date: Fri, 31 Jan 2014 11:01:23 -0500 Message-ID: Subject: Re: [geda-user] Re: refdes renumber To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=089e0141a4a85327fb04f1464a42 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk --089e0141a4a85327fb04f1464a42 Content-Type: text/plain; charset=ISO-8859-1 On Fri, Jan 31, 2014 at 10:31 AM, Stefan Salewski wrote: > > Do you rally have to escape the " in strings in python when the outer > delimiter is a ' as in: > > print 'Do not use \"--gentle\" and \"--force\" sumaltenuously' > > No you don't. >>> print 'I like "chicken"' I like "chicken" --089e0141a4a85327fb04f1464a42 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable



On Fri, Jan 31, 2014 at 10:31 AM, Stefan Salewski <mail AT ssalewski.= de> wrote:
Do you rally have to escape the " in strings in python when the outer<= br> delimiter is a ' as in:

print 'Do not use \"--gentle\" and \"--force\" suma= ltenuously'


No you don= 9;t.

>>> print 'I like "= chicken"'
I like "chicken"
--089e0141a4a85327fb04f1464a42--