Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.053 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'to:addr:pearwood.info': 0.16; "to:name:steven d'aprano": 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'subject:problem': 0.24; 'mon,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'implemented': 0.33; 'received:google.com': 0.35; '12,': 0.39; 'first': 0.61; '2015': 0.84; 'darn': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=iz8Nafa7mj8v4pVk+XlG2l4fUd63nP0mncgrk+RsylE=; b=puEbOx2hhEXxw7cU8u5L0lG5ctDiVIBkvQOB/QLYm2UxU9AvVADoaICKbAzDBrZOO3 8LOUK3sLH1Et91tZRRVyM+HU0c3+0O/7GoJ8ctvQ1W/rEo9S4ZNeRHBBCwz/XA3TY6lV UPWtT7OhnvwnsiemVAz3Ep7uhIQ935fLn9HwP8/xCHMdRIkBqd/mRGYx8IPKHw1Ft6gA rIGKYTWoH/CbembDNNpuGtpHpPiFX9w0Cu3ZZG8Lvhp4dqf8iKOdX5Z5m8XCvO0SuLTs SmpgAZc9SdnV9JPFK9s7oRWBMnlvh8kst0MMM28470v7kiSDdaTDKOOjx55KmOn85cG7 BJzQ== MIME-Version: 1.0 X-Received: by 10.60.144.194 with SMTP id so2mr17054306oeb.65.1421065940796; Mon, 12 Jan 2015 04:32:20 -0800 (PST) In-Reply-To: References: <0e9e5a03-2291-490e-9220-fa6744c9e2e5@googlegroups.com> <54b35a9c$0$2738$c3e8da3$76491128@news.astraweb.com> Date: Mon, 12 Jan 2015 06:32:20 -0600 Subject: Re: annoying doctest problem From: Skip Montanaro To: "Steven D'Aprano" Content-Type: text/plain; charset=UTF-8 Cc: Python X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1421065950 news.xs4all.nl 2898 [2001:888:2000:d::a6]:40409 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:83606 On Mon, Jan 12, 2015 at 6:15 AM, Skip Montanaro wrote: > ... first implemented first ... s/first/doctest/ Darn auto-correct... Skip