Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74097
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.012 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'subject:not': 0.03; 'subject:file': 0.07; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'special.': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'documented': 0.24; 'mon,': 0.24; 'cc:2**0': 0.24; 'header:In- Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "d'aprano": 0.31; 'steven': 0.31; 'sense': 0.34; 'received:google.com': 0.35; 'pm,': 0.38; 'jul': 0.74; 'to:none': 0.92 |
| 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:cc :content-type; bh=oElP/UsMfItIHZM7u17++Y6ITIamVaG4jQoP158h/3o=; b=bnPYO/0JcAvq7Q0NT+FERyjOVdoJG1KEAouVKDF0MDsl36f5cGArMSnfVH5tnkgxBW QqMtHoEDvpWXGqc4MHMXOBblR+8fnjyxMmRnuVx6B5eoIeYhbg2T1DkzPlkQFBmz2BqA 5PAzJXOGswhiloNpPxh8eXhdO8hKCezpVMUSTH+8iMUscRC6Z5kFf66My8BS+b0+xajJ oaUVN5mlkbdrOojpN/5cP2Mc1MAfHowF3dgWPuGWqqKqt7FNNZVkpIt8rTn1dxEH17tj U6S/H9PWQrDocla2g8zEaoofGlWOCeLM9qWDQHluJeEd3+MTQSPJAXpyGwkInHsCdJA+ fCAQ== |
| MIME-Version | 1.0 |
| X-Received | by 10.52.117.177 with SMTP id kf17mr47764vdb.72.1404734691114; Mon, 07 Jul 2014 05:04:51 -0700 (PDT) |
| In-Reply-To | <53ba8aef$0$29995$c3e8da3$5496439d@news.astraweb.com> |
| References | <53ba52e1$0$2926$c3e8da3$76491128@news.astraweb.com> <53ba60dc$0$2926$c3e8da3$76491128@news.astraweb.com> <mailman.11583.1404731768.18130.python-list@python.org> <53ba8aef$0$29995$c3e8da3$5496439d@news.astraweb.com> |
| Date | Mon, 7 Jul 2014 22:04:51 +1000 |
| Subject | Re: Module name does not match file name |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| 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.11585.1404734693.18130.python-list@python.org> (permalink) |
| Lines | 8 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1404734693 news.xs4all.nl 2907 [2001:888:2000:d::a6]:45629 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:74097 |
Show key headers only | View raw
On Mon, Jul 7, 2014 at 9:56 PM, Steven D'Aprano <steve+comp.lang.python@pearwood.info> wrote: > Hmmm. Well, that is very special. Is this documented anywhere? "Special", in the sense of Shepherd Book addressing Mal. "Isn't that... special." ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Module name does not match file name Steven D'Aprano <steve@pearwood.info> - 2014-07-07 07:57 +0000
Re: Module name does not match file name Chris Angelico <rosuav@gmail.com> - 2014-07-07 18:04 +1000
Re: Module name does not match file name Steven D'Aprano <steve@pearwood.info> - 2014-07-07 09:03 +0000
Re: Module name does not match file name Chris Angelico <rosuav@gmail.com> - 2014-07-07 19:11 +1000
Re: Module name does not match file name Steven D'Aprano <steve@pearwood.info> - 2014-07-07 08:57 +0000
Re: Module name does not match file name Chris Angelico <rosuav@gmail.com> - 2014-07-07 19:03 +1000
Re: Module name does not match file name Steven D'Aprano <steve@pearwood.info> - 2014-07-07 09:28 +0000
Re: Module name does not match file name Peter Otten <__peter__@web.de> - 2014-07-07 12:41 +0200
Re: Module name does not match file name Robert Kern <robert.kern@gmail.com> - 2014-07-07 12:15 +0100
Re: Module name does not match file name Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-07-07 11:56 +0000
Re: Module name does not match file name Chris Angelico <rosuav@gmail.com> - 2014-07-07 22:04 +1000
Re: Module name does not match file name Robert Kern <robert.kern@gmail.com> - 2014-07-07 15:25 +0100
csiph-web