Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Math is like love -- a simple idea but it can get complicated. -- R. Drabek


devel / comp.lang.python / [RELEASE] Python 3.13.0a5 is now available

SubjectAuthor
o [RELEASE] Python 3.13.0a5 is now availableThomas Wouters

1
[RELEASE] Python 3.13.0a5 is now available

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

  copy mid

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

  copy link   Newsgroups: comp.lang.python
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From: thomas@python.org (Thomas Wouters)
Newsgroups: comp.lang.python
Subject: [RELEASE] Python 3.13.0a5 is now available
Date: Wed, 13 Mar 2024 01:03:24 +0100
Lines: 92
Message-ID: <mailman.92.1710288217.3452.python-list@python.org>
References: <CAPdQG2rx81pR+tLEQF6w1iFrH_QatddbFEzszRGKj0SUJRCojw@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 HR6uPS0UuBnRNyHUxcS7rwbJhMhrmt0jeIUAFK2C53Aw==
Cancel-Lock: sha1:xpMqbGEFc9LWkfTgf0wtFQeGj3U= sha256:87u67On16WzSjvGtJChQDaDoiVTNOgec4QqmB69rONM=
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=1710288216; bh=3wLvuyvfbK/ayyOSBewqsjyRsjZtZh+SQpI5T2bMevs=;
h=From:Date:Subject:To:From;
b=qFzqEGgfWoYTYyaPUL7wItkJ4sKX0rXO2rJfTnY5KUZugDxUX3RrWgMk4BdOx2qmb
lnPcFIdK5UFt/oPiVmK++EP+6/7O1QJODj9MFUFbezbcMcvYHw4DKvgJhv1JV2/NNp
rAdQXeOjj+88NQ6NhdjwK0NUDAU03Or3ywaq81Xo=
X-Forwarded-Encrypted: i=1;
AJvYcCVsB/WuI08m8IT09XZGhg2fPdHFdlyXznm89LdANixp7cqdhBmoLHj86jhHvUPiZ66nwPThtC+tZtfdXL96mIbF5EWBrQRQ7VWkDA==
X-Gm-Message-State: AOJu0YzRrC3BNv1Tq5nvcNmgdsn9lfHD7QZZDmpKF59yZohto/kABqBU
Km/ziWL8l0hDn1N84rz32+f99HIN/iK22qJ/X0urd7QmhgNiw9tVnqhwP6KPbwTWp5uQtFW9TAu
Ye8OvJv3sYyV4l1hgwEYqhTfBI/o=
X-Google-Smtp-Source: AGHT+IHJZv1bUhkaFB1wTOrAI+6JfsemUwWm/2ag8MfQqwmz4xU5UltazjC/TjQVEJ+ZvyChekPH5Eep0wjvM2d9XO8=
X-Received: by 2002:a05:600c:1c84:b0:413:4299:ecd7 with SMTP id
k4-20020a05600c1c8400b004134299ecd7mr2165677wms.0.1710288215704; Tue, 12 Mar
2024 17:03:35 -0700 (PDT)
X-Gmail-Original-Message-ID: <CAPdQG2rx81pR+tLEQF6w1iFrH_QatddbFEzszRGKj0SUJRCojw@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: <CAPdQG2rx81pR+tLEQF6w1iFrH_QatddbFEzszRGKj0SUJRCojw@mail.gmail.com>
 by: Thomas Wouters - Wed, 13 Mar 2024 00:03 UTC

We’re getting closer and closer… Alpha 5 is here.
https://www.python.org/downloads/release/python-3130a5/

*This is an early developer preview of Python 3.13*
Major new features of the 3.13 series, compared to 3.12

Python 3.13 is still in development. This release, 3.13.0a5, is the fifth
of six 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. Work
continues apace on both the work to remove the Global Interpeter Lock
<https://peps.python.org/pep-0703/>, and to improve Python performance. The
most notable changes so far:

- In the interactive interpreter, exception tracebacks are now colorized
by default
<https://docs.python.org/dev/whatsnew/3.13.html#improved-error-messages>..
- A preliminary, *experimental* JIT was added
<https://docs.python.org/dev/whatsnew/3.13.html#experimental-jit-compiler>,
providing the ground work for significant performance improvements.
- Docstrings now have their leading indentation stripped
<https://docs.python.org/dev/whatsnew/3.13.html#other-language-changes>,
reducing memory use and the size of .pyc files. (Most tools handling
docstrings already strip leading indentation.)
- The dbm module <https://docs.python.org/dev/library/dbm.html> has a
new dbm.sqlite3 backend
<https://docs.python.org/dev/whatsnew/3.13.html#id1> that is used by
default when creating new files.
- 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.0a6, currently scheduled
for 2024-04-09.
<https://discuss.python.org/t/python-3-13-0-alpha-5/48341#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 Issues · python/cpython · GitHub
<https://github.com/python/cpython/issues>.
- Help fund Python directly
<https://www.python.org/psf/donations/python-dev/> (or via GitHub
Sponsors <https://github.com/sponsors/python>), and support the Python
community <https://www.python.org/psf/donations/>.

<https://discuss.python.org/t/python-3-13-0-alpha-5/48341#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 wet and 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.8
clearnet tor