Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.033 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'python': 0.08; 'am,': 0.13; 'wrote:': 0.15; 'docstrings': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'hammer': 0.16; 'rantingrick': 0.16; 'subject:PEP': 0.16; 'tighter': 0.16; 'folks': 0.16; 'received:209.85.210.174': 0.19; 'received:mail- iy0-f174.google.com': 0.19; 'header:In-Reply-To:1': 0.22; 'format,': 0.25; 'fri,': 0.28; 'message-id:@mail.gmail.com': 0.28; 'programmers': 0.31; 'too': 0.32; 'to:addr:python-list': 0.34; 'functions.': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.40; 'your': 0.60; 'stop': 0.61; 'refusing': 0.67; 'lord': 0.91; 'slip': 0.91; 'subject:Proposal': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=foh6xj1VTbrj9XvftK+CqZ233YbO2Lr9vxNtkm6qg7k=; b=Jk65fzQMMXaYNXVQ69Lkhh4acyrVvX1YOzVyCveDsUA3il3pLnfN6umbE4pcuvI776 LZSGmXRKtvtxK5f+8xdVGZYk9wxOVtIZm6yeB0ZwQ1UVkMkJ3iCN5ceG3Q42MuA3xfGD 7igB7gCxDH1OrjiobtwOBe9fMNVv+zKdak4AQ= MIME-Version: 1.0 In-Reply-To: <120629e8-3b37-4e8c-a472-cd361de15de4@g9g2000yqb.googlegroups.com> References: <120629e8-3b37-4e8c-a472-cd361de15de4@g9g2000yqb.googlegroups.com> Date: Fri, 15 Jul 2011 17:13:43 +1000 Subject: Re: Proposal to extend PEP 257 (New Documentation String Spec) From: Chris Angelico 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1310714025 news.xs4all.nl 23898 [2001:888:2000:d::a6]:59090 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:9511 On Fri, Jul 15, 2011 at 9:02 AM, rantingrick wrote: > Too many folks > are refusing to document properly and so i will take this time to > hammer out a spec. The tighter you squeeze your fist, Lord Rick, the more star programmers will slip through your fingers. Make it so docstrings HAVE to be in a particular format, and people will stop writing docstrings. Make it so Python functions HAVE to have docstrings, and people will stop writing Python functions. ChrisA