Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #7394
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <ericsnowcurrently@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.076 |
| X-Spam-Evidence | '*H*': 0.85; '*S*': 0.00; 'seemed': 0.07; '[1].': 0.16; 'fyi,': 0.16; 'header:In-Reply-To:1': 0.21; 'message- id:@mail.gmail.com': 0.28; 'subject:how': 0.29; 'subject:?': 0.29; 'received:209.85.215': 0.30; 'to:addr:python-list': 0.33; 'topic': 0.33; "i've": 0.33; '[1]': 0.34; 'received:google.com': 0.37; 'received:209.85': 0.37; 'url:python': 0.38; 'url:org': 0.38; 'subject:: ': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.39; 'here': 0.66 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=q82Y6VxbK1VyrlXzXe444zXeMI8oAzJa9zBiS3TERLE=; b=NzhZp2sqI78BQ8HILl7aqsDSmBpXgWrJz78uVrJKJK4OoGjmtga1BHj2202EPjvS8h UQrHNYKiWxhscu7J19gPUAdBKrnXbImQs4IM8hgzoeoSkmPsIu35E2tOlNmvM2cnQTUg 0j4OrsFlMgz5EScncUEEkydam0XxsBRnUwhWE= |
| DomainKey-Signature | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=bBGuFx4CDmfW4Q8MFcerM1crW3rtu7rcqawO7Y75ooGaG5Tb6LKc86/Kk3Q7KZuAOg sbyzu5LdzTT0rvdH8FpcXuoby0FIiWMQ+Epzuw3TRu6ndhrfiMBU+0TonUrODadyw9YH L9o14tHsPEmGPzlIqPe/jooygz9XbzLMXsQzE= |
| MIME-Version | 1.0 |
| In-Reply-To | <4df25403$0$30002$c3e8da3$5496439d@news.astraweb.com> |
| References | <mailman.42.1307600576.11593.python-list@python.org> <4df24a87$0$30002$c3e8da3$5496439d@news.astraweb.com> <mailman.86.1307725303.11593.python-list@python.org> <4df25403$0$30002$c3e8da3$5496439d@news.astraweb.com> |
| Date | Fri, 10 Jun 2011 12:48:54 -0600 |
| Subject | Re: how to inherit docstrings? |
| From | Eric Snow <ericsnowcurrently@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.94.1307731741.11593.python-list@python.org> (permalink) |
| Lines | 6 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1307731742 news.xs4all.nl 49047 [::ffff:82.94.164.166]:45102 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:7394 |
Show key headers only | View raw
FYI, I started this topic up on python-ideas, as it seemed valid enough from the responses I've gotten here [1]. -eric [1] http://mail.python.org/pipermail/python-ideas/2011-June/010473.html
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
how to inherit docstrings? Eric Snow <ericsnowcurrently@gmail.com> - 2011-06-09 00:22 -0600
Re: how to inherit docstrings? Ben Finney <ben+python@benfinney.id.au> - 2011-06-09 16:37 +1000
Re: how to inherit docstrings? Eric Snow <ericsnowcurrently@gmail.com> - 2011-06-09 01:13 -0600
Re: how to inherit docstrings? Ben Finney <ben+python@benfinney.id.au> - 2011-06-09 17:44 +1000
Re: how to inherit docstrings? Duncan Booth <duncan.booth@invalid.invalid> - 2011-06-09 11:23 +0000
Re: how to inherit docstrings? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-06-09 14:56 +0000
Re: how to inherit docstrings? Ben Finney <ben+python@benfinney.id.au> - 2011-06-10 07:33 +1000
Re: how to inherit docstrings? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-06-10 09:25 +0000
Re: how to inherit docstrings? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-06-10 16:47 +0000
Re: how to inherit docstrings? Eric Snow <ericsnowcurrently@gmail.com> - 2011-06-10 11:01 -0600
Re: how to inherit docstrings? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-06-10 17:27 +0000
Re: how to inherit docstrings? Eric Snow <ericsnowcurrently@gmail.com> - 2011-06-10 12:48 -0600
Re: how to inherit docstrings? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-06-10 17:19 +0000
csiph-web