Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!news2.euro.net!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:not': 0.03; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:2.7': 0.09; 'python': 0.11; 'key?': 0.16; 'message-id:@post.gmane.org': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'skip:[ 30': 0.16; 'subject:3.3': 0.16; 'subject:default': 0.16; 'subject:python': 0.16; 'files.': 0.16; 'version.': 0.19; 'header:User-Agent:1': 0.23; 'header:X-Complaints-To:1': 0.27; 'point': 0.28; 'sets': 0.30; 'received:132': 0.31; 'writes:': 0.31; 'run': 0.32; 'running': 0.33; 'subject:the': 0.34; 'there': 0.35; 'version': 0.36; 'idle': 0.36; 'subject:one': 0.36; 'entry': 0.36; 'charset:us-ascii': 0.36; 'should': 0.36; 'too': 0.37; 'window': 0.38; 'to:addr:python-list': 0.38; 'files': 0.38; 'use.': 0.39; 'to:addr:python.org': 0.39; 'changed': 0.39; 'received:org': 0.40; 'mentioned': 0.61; 'information': 0.63; 'name': 0.63; 'touch': 0.74; 'subject:Make': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Wolfgang Maier Subject: Re: Make python 3.3 the default one and not 2.7 Date: Wed, 3 Apr 2013 14:36:09 +0000 (UTC) References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 132.230.1.31 (Mozilla/5.0 (Windows NT 6.1; rv:19.0) Gecko/20100101 Firefox/19.0) 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1364999793 news.xs4all.nl 6907 [2001:888:2000:d::a6]:58328 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42674 D. Xenakis hotmail.com> writes: > > The Python.File entry mentioned > > there also has the information about the IDLE version to use. > > > > Best, > > > > Wolfgang > > I changed this too Python.CompiledFile to my 33 version. > Should i not touch this key? The [.CompiledFile\shell\open\command] sets the python version used for running pre-compiled .pyc files. Likewise, [.NoConFile\shell\open\command] sets it for .pyw files (intended to be run not from a console window - hence the name of the entry). Usually, you will want to have all of them point to the same Python version. Best, Wolfgang