Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <mailman.26.1729090553.4695.python-list@python.org>
Deutsch   English   Français   Italiano  
<mailman.26.1729090553.4695.python-list@python.org>

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

Path: ...!fu-berlin.de!uni-berlin.de!not-for-mail
From: Hugo van Kemenade <hugo@python.org>
Newsgroups: comp.lang.python
Subject: [RELEASE] Python 3.14.0 alpha 1 is now available
Date: Wed, 16 Oct 2024 11:09:13 +0300
Lines: 99
Message-ID: <mailman.26.1729090553.4695.python-list@python.org>
References: <CANKMJBPtB9HNGdUrSHZoPi2Qt6mpd-W=D84B55WdgvZMXUp9Gw@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 vEfYKvD4BUKGdERs6lprZwWIqTRHFp9BuKefEei+MbBw==
Cancel-Lock: sha1:iRy92JjB5GH2vWu5Qz9w71yM+Tg= sha256:JJCRkBcf6TH7PNZ/jFVjbEmlOWSmDy1WJA6YuRs0wrc=
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=1729066165; bh=X5LN0zQ9blqBJRQmiKF7QZEKho1Ix2mZmJjNq6HwbJ0=;
 h=From:Date:Subject:To:From;
 b=Sf6UFTJFnsyTYgjrFG8/uKF1NmNy95xI1UXKsklGmFPl+uP+NU+g9OMHm4mrQkBWy
 OohVIBdXk0PBEbIyhOFqSOQbCyyM9VzFxhH00m7LGGVUNwLenji50bx2ZO9HvAOmDv
 XzDVmAh07ZM+ZqAWyY2IcFBXUcV5XxsGRzj/bYbA=
X-Forwarded-Encrypted: i=1;
 AJvYcCWfrl6PveZ13bFzQuLtYzYGUhZeLmFl48nbrcmDbeaSmlZD7vyHucZ7q5McH9E2KY6DgwCLRfjHfWw7Ww==@python.org
X-Gm-Message-State: AOJu0YzRkZHbbSb3300/Yo5RVkavauypYN9glfsfcxdwEzxGzyg8m+RM
 89+6D0FDM3SP+9VAC6IeyJqIyDYT1a+/o+76DY3GcwxUzyNUyRelGiHQ2u6GHzIuKzuTIYiY8Fy
 UDTwykrmFnLBLS4M89jiI0WZLeIo=
X-Google-Smtp-Source: AGHT+IErV+qb72vCLWYrhIETdhgjU9gftHaWKs/ArMhMOKryKX2EutDmPZKzZ+YVWRANnVpMYSxu5cMl2XCqweWIOjw=
X-Received: by 2002:a05:6870:459f:b0:277:e512:f280 with SMTP id
 586e51a60fabf-2886dcfdd5amr3583850fac.3.1729066164763; Wed, 16 Oct 2024
 01:09:24 -0700 (PDT)
X-Gmail-Original-Message-ID: <CANKMJBPtB9HNGdUrSHZoPi2Qt6mpd-W=D84B55WdgvZMXUp9Gw@mail.gmail.com>
X-Mailman-Approved-At: Wed, 16 Oct 2024 10:55:52 -0400
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: <CANKMJBPtB9HNGdUrSHZoPi2Qt6mpd-W=D84B55WdgvZMXUp9Gw@mail.gmail.com>
Bytes: 6381

It's now time for a new alpha of a new version of Python!

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

**This is an early developer preview of Python 3.14**

# Major new features of the 3.14 series, compared to 3.13

Python 3.14 is still in development. This release, 3.14.0a1 is the first 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 (https://peps.python.org/pep-0649/): deferred evaluation of
annotations (
https://docs.python.org/3.14/whatsnew/3.14.html#pep-649-deferred-evaluation=
-of-annotations
)
* Improved error messages (
https://docs.python.org/3.14/whatsnew/3.14.html#improved-error-messages)
* (Hey, **fellow core developer,** if a feature you find important is
missing from this list, [let Hugo know (hugo@python.org).)

The next pre-release of Python 3.14 will be 3.14.0a2, currently scheduled
for 2024-11-19.

# More resources

* Online documentation: https://docs.python.org/3.14/
* PEP 745, 3.14 Release Schedule: https://peps.python.org/pep-0719/
* 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

=CF=80 (or pi) is a mathematical constant, approximately 3.14, for the rati=
o of
a circle's circumference to its diameter. It is an irrational number, which
means it cannot be written as a simple fraction of two integers. When
written as a decimal, its digits go on forever without ever repeating a
pattern.

Here's 76 digits of =CF=80:

3.1415926535897932384626433832795028841971693993751058209749445923078164062=
86

Piphilology is the creation of mnemonics to help remember digits of =CF=80.

In a pi-poem, or "piem", the number of letters in a word equal the
corresponding digit. This covers 9 digits, 3.14159265:

> *How I wish I could recollect pi easily today!*

One of the most well-known covers 15 digits, 3.14159265358979:

> *How I want a drink, alcoholic of course, after the heavy chapters
involving quantum mechanics!*

Here's a 35-word piem in the shape of a circle,
3.1415926535897932384626433832795728:

                         It's a fact
                     A ratio immutable
               Of circle round and width,
  Produces geometry's deepest conundrum.
         For as the numerals stay random,
           No repeat lets out its presence,
              Yet it forever stretches forth.
                   Nothing to eternity.

The Guiness World Record for memorising the most digits is held by Rajveer
Meena, who recited 70,000 digits blindfold in 2015. The unofficial record
is held by Akira Haraguchi who recited 100,000 digits in 2006.

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

Regards from a bright and colourful Helsinki,

Your release team,
Hugo van Kemenade
Ned Deily
Steve Dower
=C5=81ukasz Langa