Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed6.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '2.7': 0.04; '3.2': 0.05; 'subject:Python': 0.06; 'refers': 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; 'wrote:': 0.14; 'eliminated': 0.16; 'from:addr:acm.org': 0.16; 'received:198.144': 0.16; 'tarball': 0.16; 'source.': 0.19; 'downloaded': 0.21; 'directory.': 0.23; 'removed.': 0.25; '"the': 0.28; 'thanks': 0.28; 'subject:?': 0.29; 'received:198': 0.32; 'header:X-Complaints-To:1': 0.32; 'to:addr:python-list': 0.33; "i've": 0.33; 'source': 0.34; 'header:User-Agent:1': 0.35; 'charset:us-ascii': 0.36; 'url:docs': 0.37; 'url:python': 0.38; 'received:org': 0.38; 'url:org': 0.38; 'subject:: ': 0.38; 'some': 0.38; 'header:Mime-Version:1': 0.39; 'to:addr:python.org': 0.39; 'help': 0.40; 'url:3': 0.67; 'present.': 0.67; 'article': 0.76; 'demo': 0.77; 'demos': 0.84; 'subject:Demo': 0.84; 'subject:Where': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: Where is the Demo Directory in Python 3.2? Date: Thu, 02 Jun 2011 15:10:49 -0700 References: <272336f2-5fab-4792-af83-1a95f783536f@glegroupsg2000goo.googlegroups.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 (Intel 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: 20 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1307052666 news.xs4all.nl 49038 [::ffff:82.94.164.166]:49964 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6892 In article <272336f2-5fab-4792-af83-1a95f783536f@glegroupsg2000goo.googlegroups.com >, Saul Spatz wrote: > The documentation refers to the Demo directory in the source. I've > downloaded the source tarball for python 3.2 and there's no such directory. > I downloaded the source for python 2.7 to check, and the Demo directory is > present. Has the directory been moved, renamed or eliminated in 3.2? Thanks > for any help you can give me. http://docs.python.org/py3k/whatsnew/3.2.html#documentation "The unmaintained Demo directory has been removed. Some demos were integrated into the documentation, some were moved to the Tools/demo directory, and others were removed altogether." -- Ned Deily, nad@acm.org