Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

"Been through Hell? Whaddya bring back for me?" -- A. Brilliant


devel / comp.lang.python / Python 3.13.0 alpha 2 now available.

SubjectAuthor
o Python 3.13.0 alpha 2 now available.Thomas Wouters

1
Python 3.13.0 alpha 2 now available.

<mailman.287.1700700521.3828.python-list@python.org>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=24518&group=comp.lang.python#24518

  copy link   Newsgroups: comp.lang.python
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!not-for-mail
From: tho...@python.org (Thomas Wouters)
Newsgroups: comp.lang.python
Subject: Python 3.13.0 alpha 2 now available.
Date: Thu, 23 Nov 2023 01:48:29 +0100
Lines: 74
Message-ID: <mailman.287.1700700521.3828.python-list@python.org>
References: <CAPdQG2pUqFV=sTm8hw9YHd9OFpswaCgCZHNHW2mGgHCqomqYjg@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Trace: news.uni-berlin.de v6zRk/9pm0DGiAnHZsSs0AFh6XONdrH+FZsddLnTFM+Q==
Cancel-Lock: sha1:YITCyme3OVETAATJlnc+KCxpDaQ= sha256:CMWIcpudOQFcfkZb9BuUZTlJUYHbhOaL9MaHWU4H6DI=
Return-Path: <thomas@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=1700700520; bh=xAVxTiwoOGPHFkHDQtwCZUH6mvmOnEONHuzT/1aYvmc=;
h=From:Date:Subject:To:From;
b=eXIBT6oZDg4uKVm4MWFTwJvw7v7KKO4cKHuTMsNjm6ZbTzBa6buc+JrdgN/Cg9GMo
9J8Yg7APoUjvKMJM9oWxOdHt2zl3LOCgLHM3EvGRzLUCWssKpT+ta8S/sYKQWPBjhU
usavMs37fzFr6kb3rP8g2UM7jW22uPXME+ad1ZkE=
X-Gm-Message-State: AOJu0YzeCIoKKBSe81MROFvrv3vYEzd7YaenlJbnCUoHtjqLPEAmEcFw
bpGaciqviT5GPHVYKat5bAs8tdT4bgwOgM+qD/g=
X-Google-Smtp-Source: AGHT+IG52WFaTF8kup8J/t1qP9LFd6WNifDvV2ZcCt3K+M5w286FMZ6gzTTyGQkjQEfcJXEraKtF4+VbseRNP9pO7Ug=
X-Received: by 2002:adf:a457:0:b0:32d:d932:5848 with SMTP id
e23-20020adfa457000000b0032dd9325848mr2471567wra.2.1700700520123; Wed, 22 Nov
2023 16:48:40 -0800 (PST)
X-Gmail-Original-Message-ID: <CAPdQG2pUqFV=sTm8hw9YHd9OFpswaCgCZHNHW2mGgHCqomqYjg@mail.gmail.com>
X-Content-Filtered-By: Mailman/MimeDel 2.1.39
X-BeenThere: python-list@python.org
X-Mailman-Version: 2.1.39
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: <https://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: <CAPdQG2pUqFV=sTm8hw9YHd9OFpswaCgCZHNHW2mGgHCqomqYjg@mail.gmail.com>
 by: Thomas Wouters - Thu, 23 Nov 2023 00:48 UTC

Well, well, well, it’s time for Python 3.13.0 alpha 2!
https://www.python.org/downloads/release/python-3130a2/

*This is an early developer preview of Python 3.13*
<https://discuss.python.org/t/python-3-13-0-alpha-2/39379#major-new-features-of-the-313-series-compared-to-312-1>Major
new features of the 3.13 series, compared to 3.12

Python 3.13 is still in development. This release, 3.13.0a2 is the second
of seven planned alpha releases.

Alpha releases are intended to make it easier to test the current state of
new features and bug fixes and to test the release process.

During the alpha phase, features may be added up until the start of the
beta phase (2024-05-07) and, if necessary, may be modified or deleted up
until the release candidate phase (2024-07-30). Please keep in mind that
this is a preview release and its use is *not* recommended for production
environments.

Many new features for Python 3.13 are still being planned and written. The
most notable change so far:

- PEP 594 (Removing dead batteries from the standard library)
<https://peps.python.org/pep-0594/> scheduled removals of many
deprecated modules: aifc, audioop, chunk, cgi, cgitb, crypt, imghdr,
mailcap, msilib, nis, nntplib, ossaudiodev, pipes, sndhdr, spwd, sunau,
telnetlib, uu, xdrlib, lib2to3.
- Many other removals
<https://docs.python.org/dev/whatsnew/3.13.html#removed> of deprecated
classes, functions and methods in various standard library modules.
- New deprecations
<https://docs.python.org/dev/whatsnew/3.13.html#deprecated>, most of
which are scheduled for removal from Python 3.15 or 3.16.
- C API removals <https://docs.python.org/dev/whatsnew/3.13.html#id10>
and deprecations <https://docs.python.org/dev/whatsnew/3.13.html#id9>.
(Some removals present in alpha 1 have been reverted in alpha 2, as the
removals were deemed too disruptive at this time.)

(Hey, *fellow core developer,* if a feature you find important is missing
from this list, let Thomas know <thomas@python.org>.)

The next pre-release of Python 3.13 will be 3.13.0a3, currently scheduled
for 2023-12-19.
<https://discuss.python.org/t/python-3-13-0-alpha-2/39379#more-resources-2>More
resources

- Online Documentation <https://docs.python.org/3.13/>
- PEP 719 <https://www.python.org/dev/peps/pep-0719/>, 3.13 Release
Schedule
- Report bugs at https://github.com/python/cpython/issues .
- Help fund Python and its community
<https://discuss.python.org/psf/donations/>.

<https://discuss.python.org/t/python-3-13-0-alpha-2/39379#enjoy-the-new-releases-3>Enjoy
the new releases

Thanks to all of the many volunteers who help make Python Development and
these releases possible! Please consider supporting our efforts by
volunteering yourself or through organization contributions to the Python
Software Foundation.

Regards from chilly Amsterdam,

Your release team,
Thomas Wouters
Ned Deily
Steve Dower
Łukasz Langa

--
Thomas Wouters <thomas@python.org>

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor