Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #9645

Re: Proposal to extend PEP 257 (New Documentation String Spec)

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!news.tele.dk!feed118.news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <mhrivnak@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.036
X-Spam-Evidence '*H*': 0.93; '*S*': 0.00; 'python': 0.08; 'snippets': 0.09; 'wrote:': 0.15; 'modified.': 0.16; 'subject:PEP': 0.16; 'tries': 0.16; 'cc:addr:python-list': 0.16; 'pm,': 0.16; 'cc:2**0': 0.21; 'cc:no real name:2**0': 0.22; 'header:In-Reply- To:1': 0.22; 'indentation': 0.23; 'received:209.85.215.46': 0.23; 'received:mail-ew0-f46.google.com': 0.23; 'code': 0.24; 'sender:addr:gmail.com': 0.26; 'fri,': 0.28; 'message- id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.30; 'shared': 0.32; 'michael': 0.32; 'chris': 0.32; 'there': 0.34; 'some': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'perhaps': 0.39; 'client': 0.39; 'might': 0.39; 'received:209': 0.40; 'where': 0.40; 'ways,': 0.67; 'share': 0.68; 'transfer': 0.71; 'instant': 0.74; 'subject:Proposal': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=bPq+YIoG5Q3235hJdzlKul5oCgs97nejd2DJC9V1xjY=; b=Yd1lVPqPhjXOaglvVI+i55xxU4546fncgBkeaby9ltfhykZq+QzUEXekH+KkwxXNQJ Uwt/qEGa3kxyF+q8BT8T6pVp+lllMLfTdcsfcYYVlk3gOazMqzqBRr2pxMx/PPNdodFt M5ZEaXpUrvHoXSEy+nZgrS7cogqq0S6qV4GsA=
MIME-Version 1.0
Sender mhrivnak@gmail.com
In-Reply-To <CAPTjJmr2n3r0kQGpzWO_YPKb7ov3M99+fu4umtffTkyKHYO0EQ@mail.gmail.com>
References <120629e8-3b37-4e8c-a472-cd361de15de4@g9g2000yqb.googlegroups.com> <mailman.1048.1310714025.1164.python-list@python.org> <cb71a0e9-741d-4406-ac8d-a85abbf7571c@g16g2000yqg.googlegroups.com> <CAPTjJmr2n3r0kQGpzWO_YPKb7ov3M99+fu4umtffTkyKHYO0EQ@mail.gmail.com>
Date Sat, 16 Jul 2011 15:23:08 -0400
X-Google-Sender-Auth ewdF1dsnA7O3lFHRH0k8Oeg3j6U
Subject Re: Proposal to extend PEP 257 (New Documentation String Spec)
From Michael Hrivnak <mhrivnak@hrivnak.org>
To Chris Angelico <rosuav@gmail.com>
Content-Type text/plain; charset=ISO-8859-1
Cc python-list@python.org
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.1129.1310844196.1164.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1310844196 news.xs4all.nl 23903 [2001:888:2000:d::a6]:53431
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:9645

Show key headers only | View raw


Dodgy medium?  Such as?  I just avoid sending code over any medium
that is going to change the text in any way.  Are you sending it with
an instant messenger client or something?  There are lots of ways,
some very convenient, to transfer files without them being modified.
If you need to quickly share little snippets where an instant-message
type medium is tempting, perhaps try pastebin.com.

Michael

On Fri, Jul 15, 2011 at 7:16 PM, Chris Angelico <rosuav@gmail.com> wrote:
> tries his best to avoid Python if the code is going to be shared over any
> "dodgy medium" where indentation might be damaged.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Proposal to extend PEP 257 (New Documentation String Spec) rantingrick <rantingrick@gmail.com> - 2011-07-14 16:02 -0700
  Re: Proposal to extend PEP 257 (New Documentation String Spec) Ben Finney <ben+python@benfinney.id.au> - 2011-07-15 10:24 +1000
  Re: Proposal to extend PEP 257 (New Documentation String Spec) Michael Hrivnak <mhrivnak@hrivnak.org> - 2011-07-15 02:00 -0400
  Re: Proposal to extend PEP 257 (New Documentation String Spec) Chris Angelico <rosuav@gmail.com> - 2011-07-15 17:13 +1000
    Re: Proposal to extend PEP 257 (New Documentation String Spec) rantingrick <rantingrick@gmail.com> - 2011-07-15 11:56 -0700
      Re: Proposal to extend PEP 257 (New Documentation String Spec) Chris Angelico <rosuav@gmail.com> - 2011-07-16 09:16 +1000
        Re: Proposal to extend PEP 257 (New Documentation String Spec) rantingrick <rantingrick@gmail.com> - 2011-07-16 08:32 -0700
          Re: Proposal to extend PEP 257 (New Documentation String Spec) Chris Angelico <rosuav@gmail.com> - 2011-07-17 02:25 +1000
          Re: Proposal to extend PEP 257 (New Documentation String Spec) Andrew Berg <bahamutzero8825@gmail.com> - 2011-07-16 18:03 -0500
            Re: Proposal to extend PEP 257 (New Documentation String Spec) rantingrick <rantingrick@gmail.com> - 2011-07-16 16:25 -0700
              Re: Proposal to extend PEP 257 (New Documentation String Spec) Chris Angelico <rosuav@gmail.com> - 2011-07-17 09:45 +1000
          Re: Proposal to extend PEP 257 (New Documentation String Spec) Andrew Berg <bahamutzero8825@gmail.com> - 2011-07-16 18:44 -0500
      Re: Proposal to extend PEP 257 (New Documentation String Spec) Michael Hrivnak <mhrivnak@hrivnak.org> - 2011-07-16 15:23 -0400
        Re: Proposal to extend PEP 257 (New Documentation String Spec) Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-07-17 13:10 +1000
          Re: Proposal to extend PEP 257 (New Documentation String Spec) Tim Chase <python.list@tim.thechases.com> - 2011-07-17 06:11 -0500
            Re: Proposal to extend PEP 257 (New Documentation String Spec) rantingrick <rantingrick@gmail.com> - 2011-07-17 10:30 -0700
      Re: Proposal to extend PEP 257 (New Documentation String Spec) Chris Angelico <rosuav@gmail.com> - 2011-07-17 09:09 +1000
  Re: Proposal to extend PEP 257 (New Documentation String Spec) George Rodrigues da Cunha Silva <georger.silva@gmail.com> - 2011-07-15 12:44 -0300

csiph-web