Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #197185

Python 3.14.0 alpha 4 is out

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Hugo van Kemenade <hugo@python.org>
Newsgroups comp.lang.python
Subject Python 3.14.0 alpha 4 is out
Date Tue, 14 Jan 2025 18:35:54 +0200
Lines 69
Message-ID <mailman.76.1736872567.2912.python-list@python.org> (permalink)
References <CANKMJBPB=97Q36zTPvc605V45sM_gNV1aa+d9hu0rhKwESbTVg@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 o0GeqKRhJGgES6jip11F9QDKf3sX5F7cJB6bTzzBJ1nQ==
Cancel-Lock sha1:tFbpEX4RpTO4nZTAepy7Jfg7294= sha256:5YOguzJETdwuuMrSn2b82KpBtlI/mbwF6/oE8Y0RnTU=
Return-Path <hugo@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=1736872566; bh=sGjxsv3NK4P43OsZ20+Uyfqr3atsW76/a1+R82Iai5c=; h=From:Date:Subject:To:From; b=rtlyDf8PpZsHyqA6ff5txX32jR+qWxw67TT1yRRTAdY3L2wzUnCZ7NdYi7aMueYVE /IYukXa3hZRzxCLP4PfIf1SD0+elv5+/2fvwbE3iuGr4+hWZhJ4Hzp62/t1e5W8INR jdvwmN1nskIQoJAkGt/y55kqUVegwyohQZfga5nU=
X-Forwarded-Encrypted i=1; AJvYcCWacgDVuVfgL2hS7m9JI9Y1wuXe68wAazDV9LPR8oUo7qz9NlLKQSP7ypyPuv1M0m3u175tyWljWzDzTQ==@python.org
X-Gm-Message-State AOJu0Yw1khLYhxhE1pHCJfyN8qtRXjpaCXSD6/UoajzHMNe5r6docP3K 8yAwfXkNJ46wyx9pCEbbvjGPLIsMq7WPINmAK5HgIpksPGmFNMjJaRSsdSuzDXuvrI+87GSIGtl GFghXyYkdXDd6XJPjTxD24WdUiIs=
X-Google-Smtp-Source AGHT+IFocCFvn7Jeevgg/MYZaQ5VJNYGRtXzfsqEhM1nGzSKp4udRrRgzHM4WBmFB0O3eqjJ1A2aRVHWScjV0X+iXUU=
X-Received by 2002:a05:6870:718d:b0:295:f266:8aee with SMTP id 586e51a60fabf-2aa0671992bmr5697841fac.5.1736872565354; Tue, 14 Jan 2025 08:36:05 -0800 (PST)
X-Gmail-Original-Message-ID <CANKMJBPB=97Q36zTPvc605V45sM_gNV1aa+d9hu0rhKwESbTVg@mail.gmail.com>
X-Gm-Features AbW1kvZhT-CujlWwLiUSSQmeePLloADrGcy-5hVLRsRq1l71Y3rDz8kO9viMzyI
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 <CANKMJBPB=97Q36zTPvc605V45sM_gNV1aa+d9hu0rhKwESbTVg@mail.gmail.com>
Xref csiph.com comp.lang.python:197185

Show key headers only | View raw


Hello, three dot fourteen dot zero alpha four!

https://www.python.org/downloads/release/python-3140a4/

This is an early developer preview of Python 3.14.

Python 3.14 is still in development. This release, 3.14.0a4, is the fourth
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 (2025-05-06) and, if necessary, may be modified or deleted up
until the release candidate phase (2025-07-22). 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.14 are still being planned and written.
Among the new major new features and changes so far:

* PEP 649: deferred evaluation of annotations
* PEP 741: Python configuration C API
* PEP 761: Python 3.14 and onwards no longer provides PGP signatures for
release artifacts. Instead, Sigstore is recommended for verifiers.
* Improved error messages
* Removals of old deprecations, and new deprecations, many scheduled for
removal from Python 3.16
* C API removals and deprecations
* (Hey, fellow core developer, if a feature you find important is missing
from this list, let Hugo know.)

The next pre-release of Python 3.14 will be 3.14.0a5, currently scheduled
for 2025-02-11.

More resources:

* Online documentation: https://docs.python.org/3.14/
* PEP 745, 3.14 Release Schedule: https://peps.python.org/pep-0745/
* Report bugs at https://github.com/python/cpython/issues
* Help fund Python and its community: https://www.python.org/psf/donations/

And now for something completely different

In Python, you can use Greek letters as constants. For example:

```
from math import pi as π

def circumference(radius: float) -> float:
    return 2 * π * radius

print(circumference(6378.137))  # 40075.016685578485
```

Enjoy the new release.

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 organisation contributions to the Python
Software Foundation.

Regards from a slushy, slippery Helsinki,

Your release team,
Hugo van Kemenade
Ned Deily
Steve Dower
Łukasz Langa

Back to comp.lang.python | Previous | NextNext in thread | Find similar


Thread

Python 3.14.0 alpha 4 is out Hugo van Kemenade <hugo@python.org> - 2025-01-14 18:35 +0200
  Re: Python 3.14.0 alpha 4 is out Gilmeh Serda <gilmeh.serda@nothing.here.invalid> - 2025-01-19 21:00 +0000
    Re: Python 3.14.0 alpha 4 is out (PostIng On Python-List Prohibited) Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-01-19 22:24 +0000

csiph-web