Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Tim Golden Newsgroups: comp.lang.python Subject: Re: Where is Python 3.6 installer for Win64? Date: Fri, 11 Mar 2016 19:37:50 +0000 Lines: 15 Message-ID: References: <71a5cee2-2e67-4faf-8701-ac37c53222ba@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de dyeFIMqRy4xv9wQfUoM2KgDMx319QlMTI/WTgFeFpU4g== 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; 'python,': 0.02; 'subject:Python': 0.05; 'extension,': 0.09; 'pywin32': 0.09; 'python': 0.10; 'python.': 0.11; 'up-to-date': 0.13; 'candidates.': 0.16; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 0.16; 'message-id:@timgolden.me.uk': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'tjg': 0.16; 'wrote:': 0.16; 'stick': 0.18; 'windows': 0.20; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'page.': 0.28; 'branch': 0.30; 'noticed': 0.32; 'ahead': 0.35; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'release': 0.37; 'itself': 0.38; 'version': 0.38; 'received:192': 0.39; 'build': 0.40; 'to:addr:python.org': 0.40; 'where': 0.40; "you'll": 0.61; 'charset:windows-1252': 0.62; 'from:addr:mail': 0.70; '*really*': 0.84; '3.6': 0.84; 'crew': 0.84; 'subject:Where': 0.84 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 In-Reply-To: <71a5cee2-2e67-4faf-8701-ac37c53222ba@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:104630 On 11/03/2016 19:24, Giga Image wrote: > On Soruceforge, Python for Windows Extension, I noticed that they > already haven a installer for Python 3.6. > > Where do I find Python 3.6 installer for Win64. I couldn't find it on > Python.org/download page. The pywin32 crew are always ahead of the game: they build against the development branch of Python. We don't produce Windows installers for Python itself until the first betas / release candidates. If you *really* want to be that up-to-date you'll have to build for yourself. If you're just looking to use a recent version of Python, stick to 3.5 TJG