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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'bug': 0.02; 'fixes': 0.05; 'instance,': 0.05; 'terry': 0.07; 'versions.': 0.07; 'python': 0.08; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'release.': 0.09; 'wrote:': 0.15; '*nix': 0.16; 'aptitude': 0.16; 'clickable': 0.16; 'from:addr:acm.org': 0.16; 'received:198.144': 0.16; 'reedy': 0.16; 'subject:?)': 0.16; 'subject:was': 0.16; 'support,': 0.21; 'file,': 0.22; 'optional': 0.23; 'versions': 0.23; 'windows': 0.26; 'version,': 0.28; 'accessible': 0.29; 'fix': 0.29; 'updated': 0.29; 'folder.': 0.30; 'installer': 0.30; 'version': 0.30; 'equivalent': 0.31; "skip:' 10": 0.32; 'received:198': 0.32; 'to:addr:python-list': 0.34; 'header:X -Complaints-To:1': 0.34; 'header:User-Agent:1': 0.34; 'there': 0.34; 'doc': 0.35; 'charset:us-ascii': 0.36; 'python.org': 0.36; 'could': 0.37; 'received:org': 0.38; 'subject:: ': 0.38; 'menu': 0.38; 'header:Mime-Version:1': 0.39; 'help': 0.39; 'to:addr:python.org': 0.39; 'format': 0.40; 'where': 0.40; 'easily': 0.61; 'link': 0.63; 'article': 0.76; 'subject:down': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: Aw: Re: Aw: python.org back up ?(was Re: python.org is down?) Date: Mon, 25 Jul 2011 12:42:21 -0700 References: <1edf0f1b-a5fd-4d42-8c08-955b57eb051e@glegroupsg2000goo.googlegroups.com> <4E2D528F.7020604@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: baybryj.net User-Agent: MT-NewsWatcher/3.5.3b3 (PPC Mac OS X) 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: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1311622961 news.xs4all.nl 23896 [2001:888:2000:d::a6]:37290 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10302 In article , Terry Reedy wrote: > The windows distribution comes with the docs bundled in a windows help > file, updated with each bug fix release. Is there really no *nix > equivalent that could be used or is this one area where windows really wins? Most *nix distributions provide an optional doc package for each of the Python versions they support, for instance, in Debian: $ aptitude search 'python[23].*-doc$' p python2.6-doc p python2.7-doc p python3-doc p python3.1-doc p python3.2-doc Also each python.org Mac OS X installers includes a copy of the documentation for its version, in HTML format the same as the on-line versions. The docs are easily accessible through a menu item in each version of IDLE. And recent versions of the installer also include a clickable link to the docs in each /Applications/Python x.y folder. One advantage of the on-line versions is that they are updated daily with the latest fixes to the documentation. -- Ned Deily, nad@acm.org