Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #83606
| 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 | <skip.montanaro@gmail.com> |
| 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 | <CANc-5UzRvYBGmERK71sf2gxOCioTPGQpCA5BVe=qF9SF4x=+aw@mail.gmail.com> |
| References | <0e9e5a03-2291-490e-9220-fa6744c9e2e5@googlegroups.com> <54b35a9c$0$2738$c3e8da3$76491128@news.astraweb.com> <CANc-5UzRvYBGmERK71sf2gxOCioTPGQpCA5BVe=qF9SF4x=+aw@mail.gmail.com> |
| Date | Mon, 12 Jan 2015 06:32:20 -0600 |
| Subject | Re: annoying doctest problem |
| From | Skip Montanaro <skip.montanaro@gmail.com> |
| To | "Steven D'Aprano" <steve@pearwood.info> |
| Content-Type | text/plain; charset=UTF-8 |
| Cc | Python <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.17620.1421065950.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Mon, Jan 12, 2015 at 6:15 AM, Skip Montanaro <skip.montanaro@gmail.com> wrote: > ... first implemented first ... s/first/doctest/ Darn auto-correct... Skip
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
annoying doctest problem gordianknot1981@gmail.com - 2015-01-11 20:20 -0800
Re: annoying doctest problem gordianknot1981@gmail.com - 2015-01-11 20:30 -0800
Re: annoying doctest problem Steven D'Aprano <steve@pearwood.info> - 2015-01-12 05:24 +0000
Re: annoying doctest problem Skip Montanaro <skip.montanaro@gmail.com> - 2015-01-12 06:15 -0600
Re: annoying doctest problem Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-01-13 00:00 +1100
Re: annoying doctest problem Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-01-12 14:59 +0000
Re: annoying doctest problem Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-01-13 02:58 +1100
Re: annoying doctest problem Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-01-12 16:46 +0000
Re: annoying doctest problem Skip Montanaro <skip.montanaro@gmail.com> - 2015-01-12 12:15 -0600
Re: annoying doctest problem Skip Montanaro <skip.montanaro@gmail.com> - 2015-01-12 06:32 -0600
Re: annoying doctest problem Ned Batchelder <ned@nedbatchelder.com> - 2015-01-12 10:47 -0500
Re: annoying doctest problem gordianknot1981@gmail.com - 2015-01-12 10:34 -0800
csiph-web