Deutsch   English   Français   Italiano  
<mailman.178.1719518372.2909.python-list@python.org>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From: Thomas Wouters <thomas@python.org>
Newsgroups: comp.lang.python
Subject: [RELEASE] Python 3.13.0 beta 3 released.
Date: Thu, 27 Jun 2024 21:59:19 +0200
Lines: 146
Message-ID: <mailman.178.1719518372.2909.python-list@python.org>
References: <CAPdQG2o9tvNpMQ7UOs1Y1Uj=0z6DtNFTuGD_27JT61b3LE79qg@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 Kzjhlpf84LN3LCUW2OcszQ9RrJr/g2y2sPboiFb9xZ4Q==
Cancel-Lock: sha1:naytOraYSKhMyOho2KFXrTvksO8= sha256:3e+xGokJ2E3bjMV4+Zu7jwDFJjrV1LwhX5S5YGxms44=
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=1719518370; bh=bitCwPwNwuIDZg++SqywUx14ZCriuVuvao14YMTNjsc=;
 h=From:Date:Subject:To:From;
 b=DneHJtQxq2Ps51SwIf1rLM6kWXMaoJj5dcjSELpQPCSjrYxEf941e7//5mf5UCLxU
 YapDBfx9qkoSBkbEcTq5+UOJJbUpdapWohVyuYB9HaDeXLrPwVP/1HvdOQi5e2MBfo
 WKkInop8Pqp1/7fielK1gmxiTANge0i4EC2K0IgY=
X-Forwarded-Encrypted: i=1;
 AJvYcCWwg1GldFhmLNrV2/stHoqF/gWgZfGNndgTUVszoSjPkkRupkU9RdRHpKxzibC9XKa33oyEovbVtg/lWeXKDCnucSt9md34
X-Gm-Message-State: AOJu0Yxmdcs/EG+0Dgd1Fs8cBRSjoMpjWQOndwzujvEL55beDWziPOAk
 RBP1NHPzbgjfqHWsB7Q6YZwfQp0DI0iFnRfQr2kK9WNfYXFRmadb49Sms6oM4b9T4IztpSV34Kg
 vqThrcXLGOCyuo8xRfIXE5YH3kwg=
X-Google-Smtp-Source: AGHT+IEwdXUSzR8bfb7IpGccFedQOZLnY4GUhQE8baVzLdz5i/rh+Q3yJipMJCm87bT6mWrvcnGbwdZ9N5HTcXPS9Qk=
X-Received: by 2002:a05:600c:1d05:b0:425:69cb:548b with SMTP id
 5b1f17b1804b1-42569cb56bdmr4782685e9.4.1719518370421; Thu, 27 Jun 2024
 12:59:30 -0700 (PDT)
X-Gmail-Original-Message-ID: <CAPdQG2o9tvNpMQ7UOs1Y1Uj=0z6DtNFTuGD_27JT61b3LE79qg@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: <CAPdQG2o9tvNpMQ7UOs1Y1Uj=0z6DtNFTuGD_27JT61b3LE79qg@mail.gmail.com>
Bytes: 9239

The *next to last* Python 3.13 beta version, beta 3, is now released:
https://www.python.org/downloads/release/python-3130b3/

*This is a beta preview of Python 3.13*

Python 3.13 is still in development. This release, 3.13.0b3, is the third
of four beta release previews of 3.13.

Beta release previews are intended to give the wider community the
opportunity to test new features and bug fixes and to prepare their
projects to support the new feature release.

We *strongly encourage* maintainers of third-party Python projects to *test
with 3.13* during the beta phase and report issues found to the Python bug
tracker <https://github.com/python/cpython/issues> as soon as possible.
While the release is planned to be feature complete entering the beta
phase, it is possible that features may be modified or, in rare cases,
deleted up until the start of the release candidate phase (Tuesday
2024-07-30). Our goal is to have no ABI changes after beta 4 and as few
code changes as possible after 3.13.0rc1, the first release candidate. To
achieve that, it will be *extremely important* to get as much exposure for
3.13 as possible during the beta phase.

Please keep in mind that this is a preview release and its use is *not*
recommended for production environments.
<https://discuss.python.org/t/python-3-13-0-beta-3-now-available/56847#majo=
r-new-features-of-the-313-series-compared-to-312-1>Major
new features of the 3.13 series, compared to 3.12

Some of the new major new features and changes in Python 3.13 are:
<https://discuss.python.org/t/python-3-13-0-beta-3-now-available/56847#new-=
features-2>New
features

   - A new and improved interactive interpreter
   <https://docs.python.org/3.13/whatsnew/3.13.html#a-better-interactive-in=
terpreter>,
   based on PyPy <https://pypy.org>=E2=80=99s, featuring multi-line editing=
 and
   color support, as well as colorized exception tracebacks
   <https://docs.python.org/3.13/whatsnew/3.13.html#improved-error-messages=
>
   .
   - An *experimental* free-threaded build mode
   <https://docs.python.org/3.13/whatsnew/3.13.html#free-threaded-cpython>,
   which disables the Global Interpreter Lock, allowing threads to run more
   concurrently. The build mode is available as an experimental feature in =
the
   Windows and macOS installers as well.
   - A preliminary, *experimental* JIT
   <https://docs.python.org/3.13/whatsnew/3.13.html#experimental-jit-compil=
er>,
   providing the ground work for significant performance improvements.
   - The (cyclic) garbage collector is now incremental
   <https://docs.python.org/3.13/whatsnew/3.13.html#incremental-garbage-col=
lection>,
   which should mean shorter pauses for collection in programs with a lot o=
f
   objects.
   - A modified version of mimalloc <https://github.com/microsoft/mimalloc>
   is now included, optional but enabled by default if supported by the
   platform, and required for the free-threaded build mode.
   - Docstrings now have their leading indentation stripped
   <https://docs.python.org/3.13/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/3.13/library/dbm.html> has a
   new dbm.sqlite3 backend
   <https://docs.python.org/3.13/whatsnew/3.13.html#dbm> that is used by
   default when creating new files.
   - The minimum supported macOS version was changed from 10.9 to *10.13
   (High Sierra)*. Older macOS versions will not be supported going forward=
..

<https://discuss.python.org/t/python-3-13-0-beta-3-now-available/56847#typi=
ng-3>
Typing

   - Support for type defaults in type parameters
   <https://peps.python.org/pep-0696/>.
   - A new type narrowing annotation <https://peps.python.org/pep-0742/>,
   typing.TypeIs.
   - A new annotation for read-only items in TypeDicts
   <https://peps.python.org/pep-0705/>.

<https://discuss.python.org/t/python-3-13-0-beta-3-now-available/56847#remo=
vals-and-new-deprecations-4>Removals
and new deprecations

   - 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/3.13/whatsnew/3.13.html#removed> of deprecated
   classes, functions and methods in various standard library modules.
   - C API removals <https://docs.python.org/3.13/whatsnew/3.13.html#id10>
   and deprecations <https://docs.python.org/3.13/whatsnew/3.13.html#id9>.
   (Some removals present in alpha 1 were reverted in alpha 2, as the remov=
als
   were deemed too disruptive at this time.)
   - New deprecations
   <https://docs.python.org/3.13/whatsnew/3.13.html#deprecated>, most of
   which are scheduled for removal from Python 3.15 or 3.16.

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

For more details on the changes to Python 3.13, see What=E2=80=99s new in P=
ython
3.13 <https://docs.python.org/3.13/whatsnew/3.13.html>. The next
pre-release of Python 3.13 will be 3.13.0b4, currently scheduled for
2024-07-16.
<https://discuss.python.org/t/python-3-13-0-beta-3-now-available/56847#more=
-resources-5>More
resources

   - Online Documentation <https://docs.python.org/3.13/>
   - PEP 719 <https://peps.python.org/pep-0719/>, 3.13 Release Schedule
   - Report bugs at 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-beta-3-now-available/56847#enjo=
y-the-new-releases-6>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 *scorchingly* hot Amsterdam (hey, we get good weather too!),

Your release team,
Thomas Wouters
=C5=81ukasz Langa
Ned Deily
Steve Dower

--=20
Thomas Wouters <thomas@python.org>