Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #111318
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Ned Deily <nad@python.org> |
| Newsgroups | comp.lang.python |
| Subject | [RELEASE] Python 3.6.0a3 is now available |
| Date | Tue, 12 Jul 2016 01:27:47 -0400 |
| Lines | 22 |
| Message-ID | <mailman.8.1468301277.21009.python-list@python.org> (permalink) |
| References | <0E07A2EA-2F6A-4FD8-8C27-C0C2FBA8241B@python.org> |
| Mime-Version | 1.0 (Mac OS X Mail 10.0 \(3200\)) |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de KzJPDvJ9/7rLbgJyWhUjyguG+5tHaIlA4AQuQXqMNAVg== |
| Return-Path | <nad@python.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901; t=1468301276; bh=1yF3oI1mD27DWMV8mHKwwR+pZX12kkN6Br4E/EpN6VM=; h=From:Subject:Date:To:From; b=omhrYvWqVhSlKMruFtU2awz0OEO2Z1/97JOGvnFWpR6Ef74C72PfdQwAfewi01GJB YZadobVUONyvyhlbspt55TS5Jdl5j4UWd7pjhejaS5v6T92fEm3MyFVUY8jKg+2k5c ypi9IvviEZlH3hAkvuZ47nmxBfah1gdqf/QM3hpI= |
| X-Spam-Status | OK 0.025 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.05; 'modified': 0.05; 'to:name:python dev': 0.09; 'python': 0.10; 'python.': 0.11; 'alpha': 0.15; 'development:': 0.16; 'message- id:@python.org': 0.16; 'phase,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'to:addr:python-committers': 0.16; 'deleted.': 0.18; 'from:addr:python.org': 0.18; 'team,': 0.18; 'subject:] ': 0.19; 'planned': 0.22; 'to:no real name:2**1': 0.27; 'received:24': 0.28; "i'm": 0.30; 'announce': 0.32; 'url:python': 0.33; 'third': 0.33; 'url:downloads': 0.33; 'recommended': 0.34; 'next': 0.35; 'community': 0.36; 'url:org': 0.36; 'email addr:python.org': 0.36; 'to:addr:python-list': 0.36; 'release': 0.37; 'charset:us-ascii': 0.37; 'subject:[': 0.39; 'to:addr:python.org': 0.40; 'header:Message-Id:1': 0.61; 'here:': 0.63; 'production': 0.67; 'subject:now': 0.70; 'subject:available': 0.79; 'heavy': 0.81; '3.6': 0.84; 'sfxlen:4': 0.84; 'to:addr:python-announce': 0.84; 'pfxlen:2': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=baybryj.net; s=26781047; h=To:Date:Message-Id:Subject:Mime-Version:Content-Transfer-Encoding:Content-Type:From; bh=E+JVqxeDjmtbfwaKd8Nzl6JWZWvMJw679rlSgxoKQmc=; b=lLQuqUkfv6jrLaInWMiSGI07XEsS7LHJ2yOn12Y2TdraDD8fMVAHZwcXgTMAGQ5Uk2trNwQBMONi8B2nzhbtPjfVaUnDu7JCmC0GfqK+zZHrc9JYYF3OCCx/bR0F2u4ZB2x023rZmDQirNItzuzdBJ2QETjVALdq+bi/BUhk7vo=; |
| X-Mailer | Apple Mail (2.3200) |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.22 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <0E07A2EA-2F6A-4FD8-8C27-C0C2FBA8241B@python.org> |
| Xref | csiph.com comp.lang.python:111318 |
Show key headers only | View raw
On behalf of the Python development community and the Python 3.6 release team, I'm happy to announce the availability of Python 3.6.0a3. 3.6.0a3 is the third of four planned alpha releases of Python 3.6, the next major release of Python. During the alpha phase, Python 3.6 remains under heavy development: additional features will be added and existing features may be modified or deleted. Please keep in mind that this is a preview release and its use is not recommended for production environments. You can find Python 3.6.0a3 here: https://www.python.org/downloads/release/python-360a3/ The next release of Python 3.6 will be 3.6.0a4, currently scheduled for 2016-08-15. --Ned -- Ned Deily nad@python.org -- []
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
[RELEASE] Python 3.6.0a3 is now available Ned Deily <nad@python.org> - 2016-07-12 01:27 -0400
csiph-web