Deutsch English Français Italiano |
<mailman.0.1732051064.2965.python-list@python.org> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!3.eu.feeder.erje.net!feeder.erje.net!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 2 is out Date: Tue, 19 Nov 2024 23:17:29 +0200 Lines: 93 Message-ID: <mailman.0.1732051064.2965.python-list@python.org> References: <CANKMJBMBna9R6h9oKx3+-jDGetXzd1b3DT0rkJsdPsHB-qdZ+g@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 dO4NYAdB5+JfChtRFOkabwc6zFdCeIWJ37oI+7O0IfbQ== Cancel-Lock: sha1:PQVs/j174nZaeP1IxHEI1Y8NgqI= sha256:zoapIipoBsao0YA/FsCWqFiEeK/XIkxXG++n5+nDliw= 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=1732051063; bh=i3grUaJSgwA7pDE3wF7yCzW1H4IvaEpIBLT5dTPxUH8=; h=From:Date:Subject:To:From; b=FlAodXJR+R4IiPS3tFjGZK+PjnLAGOitc84hvW0KWr3QqbHDohURlJKjFijQKoCCQ xMqNMnWvJL71bBn5egdOPSVSz4ZrWiOrtwGTemaA48IQ8T9n+R3ymM0nTi7bySEbWb 2/kJUxaAzLf+z3kXMp1+bJl3BKc2D2og27Mf8Weg= X-Forwarded-Encrypted: i=1; AJvYcCUxQwK3i5bChXQ93baTt3EnXas0BVWrc21ra2bEkxqirKvM8A90+TXQgRReoXT9vV3Rvc2gEASe8v2tuuAkLvSXRas8lA==@python.org X-Gm-Message-State: AOJu0YyZ3k/LFdwVBJnCcTaM4kAQfVVXNlLAXGeIS8umQq61ujOr1NHt LGP2rIYfFXrIhZSdD66obaVbA9jIdM94yQtweLkuFFIGRiR5KlIJ/gLFnrB/EB6nEU2t/DVYzFK VzxJPO73XkaVHX8vmFzNIkMDv/nk= X-Google-Smtp-Source: AGHT+IH30Fks5IRWog2b/BEcCcR5k21osXZZHjySv1L817hUpYd2AUO5x5Z/HCCEb4UXNvTfYgqkjywg3PbE3OtWzp4= X-Received: by 2002:a05:6830:d85:b0:710:efe9:c3d0 with SMTP id 46e09a7af769-71ab31c3482mr95058a34.5.1732051061874; Tue, 19 Nov 2024 13:17:41 -0800 (PST) X-Gmail-Original-Message-ID: <CANKMJBMBna9R6h9oKx3+-jDGetXzd1b3DT0rkJsdPsHB-qdZ+g@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: <CANKMJBMBna9R6h9oKx3+-jDGetXzd1b3DT0rkJsdPsHB-qdZ+g@mail.gmail.com> Bytes: 6330 Alpha 2? But Alpha 1 only just came out! https://www.python.org/downloads/release/python-3140a2/ 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.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 (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 * (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.0a3, currently scheduled for 2024-12-17. 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 Ludolph van Ceulen (1540-1610) was a fencing and mathematics teacher in Leiden, Netherlands, and spent around 25 years calculating =CF=80 (or pi), = using essentially the same methods Archimedes employed some seventeen hundred years earlier. Archimedes estimated =CF=80 by calculating the circumferences of polygons t= hat fit just inside and outside of a circle, reasoning the circumference of the circle lies between these two values. Archimedes went up to polygons with 96 sides, for a value between 3.1408 and 3.1428, which is accurate to two decimal places. Van Ceulen used a polygon with half a billion sides. He published a 20-decimal value in his 1596 book Vanden Circkel (=E2=80=9COn the Circle=E2= =80=9D), and later expanded it to 35 decimals: 3.14159265358979323846264338327950288 Van Ceulen=E2=80=99s 20 digits is more than enough precision for any concei= vable practical purpose. For example, even if a printed circle was perfect down to the atomic scale, the thermal vibrations of the molecules of ink would make most of those digits physically meaningless. NASA Jet Propulsion Laboratory=E2=80=99s highest accuracy calculations, for interplanetary navi= gation, uses 15 decimals: 3.141592653589793. At Van Ceulen=E2=80=99s request, his upper and lower bounds for =CF=80 were= engraved on his tombstone in Leiden. The tombstone was eventually lost but restored in 2000. In the Netherlands and Germany, =CF=80 is sometimes referred to as th= e =E2=80=9CLudolphine number=E2=80=9D, after Van Ceulen. 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 chilly Helsinki with snow on the way, Your release team, Hugo van Kemenade Ned Deily Steve Dower =C5=81ukasz Langa