Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #109924
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Ned Deily <nad@python.org> |
| Newsgroups | comp.lang.python |
| Subject | Python 3.6.0a2 is now available |
| Date | Mon, 13 Jun 2016 23:57:02 -0400 |
| Lines | 24 |
| Message-ID | <mailman.53.1465876626.2288.python-list@python.org> (permalink) |
| References | <D8EAD32E-506D-4594-8831-A693EC048CE7@python.org> |
| Mime-Version | 1.0 (Mac OS X Mail 9.3 \(3124\)) |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de mMi7HU0ePIKzIAyh9yytdAphUrfD4kIFxTbg+7aHd4KQ== |
| 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=1465876625; bh=q+dU8iy7fCJbsiOXeYpx/SDLteMUA5e7bRE9YO4kr0o=; h=From:Subject:Date:To:From; b=kWWS/xr0p5QSFvvRdktGUZRzmcZCVhNhh4rvPAgKglEz3HvzTJR7Y37vMNmpyXA0d 1v32jcdpG64PgD32IoFFsZz1eAiDQ1HBHOB3lC/6MaBPFRQbgVh+H92zSBSElvbCF/ MNEx8Dgwbn5ks+M43OnwYEndLx3MLBq75rMCEPjE= |
| X-Spam-Status | OK 0.034 |
| X-Spam-Evidence | '*H*': 0.93; '*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; '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; '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; 'to:addr:python.org': 0.40; 'header:Message-Id:1': 0.61; 'here:': 0.63; 'received:50': 0.66; '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=Mime-Version:To:Date:Message-Id:Subject:Content-Transfer-Encoding:Content-Type:From; bh=mPAzvEUG4Otsmt/FZ5UmcYUFmwr/xGk1JddgY35vkAk=; b=WXhagqmkmRZDYdeudGbVdDgSGFkZGdVO4iwq/56HoO9Wuoc6OXlYroAqzot3hcfZB0yF6iJv/nh15Ci4JoQGT6JMl6IaBwxo6AP26Gfxo2AqpIygqF/ZUpTV/gNAONO3f2I/5KUxJpc/ItEU+69wVQ5PnZo+1YdVoFBUrxWdSeY=; |
| X-Mailer | Apple Mail (2.3124) |
| 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 | <D8EAD32E-506D-4594-8831-A693EC048CE7@python.org> |
| Xref | csiph.com comp.lang.python:109924 |
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.0a2. 3.6.0a2 is the first 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.0a2 here: https://www.python.org/downloads/release/python-360a2/ The next release of Python 3.6 will be 3.6.0a3, currently scheduled for 2016-07-11. Enjoy! --Ned -- Ned Deily nad@python.org -- []
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Python 3.6.0a2 is now available Ned Deily <nad@python.org> - 2016-06-13 23:57 -0400
Re: Python 3.6.0a2 is now available cjw <cjwilliams43@gmail.com> - 2016-06-15 06:38 -0700
Re: Python 3.6.0a2 is now available MRAB <python@mrabarnett.plus.com> - 2016-06-15 15:19 +0100
Re: Python 3.6.0a2 is now available Lawrence D’Oliveiro <lawrencedo99@gmail.com> - 2016-06-15 21:36 -0700
Re: Python 3.6.0a2 is now available Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2016-06-16 18:41 +1000
csiph-web