Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python.': 0.02; '21,': 0.07; 'rejected': 0.09; 'python': 0.11; 'suggest': 0.14; 'docs.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:PEPs': 0.16; 'subject:download': 0.16; 'subject:included': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'all,': 0.19; 'aug': 0.22; 'certainly': 0.24; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'message-id:@mail.gmail.com': 0.30; 'included': 0.31; 'subject:the': 0.34; 'subject:with': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'really': 0.36; 'subject:skip:d 10': 0.36; 'should': 0.36; 'being': 0.38; 'to:addr :python-list': 0.38; 'pm,': 0.38; 'rather': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'most': 0.60; 'simply': 0.61; 'downloadable': 0.84; 'end-user': 0.84; 'crucial': 0.91; 'download.': 0.91; '2013': 0.98 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 :content-type; bh=osCOLlKJjI34G+qmyTEFftYg005Ndis6x5s1xs7XTSM=; b=zoleRFKReWoHkhnFZyszDD3GrSqs+PEEn0ddpF5mnQNsSxiq8Oq2XMRY1p19sfRIoa W2JfCl2bQBgKcfyY5zhKXj4E/uga4syDi8XLas64RzaAbrwpGnjc0sDob+6pPztjn2lN 3I84HkXiSsV5Ggcs2UF07zr6LS47YCtEzr03ZAFAzaY6N4MtQzJUtA4n7pHA8rjlN4ES /fV/kNtBdzRAGYsbOJA6BqI9wPy6YZ2+ba0nyR0HjBDME4ZBDZDRiZmxPo8MDQQzAaY5 jS6PeqyAbrj3sPm0hqVXpmR4NRb1iwBZ/rehCrcw3MlWzLS+POcUiwH1NLTyujpzwOjK kC+w== MIME-Version: 1.0 X-Received: by 10.221.6.195 with SMTP id ol3mr829967vcb.34.1377106373785; Wed, 21 Aug 2013 10:32:53 -0700 (PDT) In-Reply-To: <4bc4d258-1e12-4e1a-af9c-0019f099612f@googlegroups.com> References: <4bc4d258-1e12-4e1a-af9c-0019f099612f@googlegroups.com> Date: Thu, 22 Aug 2013 03:32:53 +1000 Subject: Re: PEPs should be included with the documentation download 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.15 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1377106376 news.xs4all.nl 15968 [2001:888:2000:d::a6]:45565 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52775 On Wed, Aug 21, 2013 at 3:14 PM, Aseem Bansal wrote: > Currently the documentation download includes a lot of things but PEPs are not its part. I wanted to suggest that PEPs should be included in the download. They are very much relevant to Python. The PEPs are kinda like the specs that Python is built from, rather than being end-user documentation; certainly most, if not all, are unnecessary to most use of Python. There's really no point downloading a whole pile of rejected PEPs as part of the crucial user-facing docs. Also, how many people actually depend on the downloadable documentation, rather than simply reading things online? ChrisA