Deutsch English Français Italiano |
<mailman.140.1741973412.2912.python-list@python.org> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder8.news.weretis.net!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 6 Date: Fri, 14 Mar 2025 19:29:59 +0200 Lines: 76 Message-ID: <mailman.140.1741973412.2912.python-list@python.org> References: <CANKMJBP5K2+EFDG71hfD_4jeWO-=4a-WtJHcH9-DMASe7D=1Kg@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 FhpjxvMjPbeyYPaNjwvhdgl81vlmP5lvuwZvpZSXw1Bw== Cancel-Lock: sha1:qa2dzEysaBJsyGrhk+ZfGIJGNWA= sha256:vvnZPqMYb6p96FXbAi5xFsPeA6cd7O3YMpgqE6Ci9bM= 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=1741973410; bh=XixwXblB0NN3NUAuTvaTHI6nJDTznu3IzFRbymZgekI=; h=From:Date:Subject:To:From; b=o0NmAczBZbavxySEfpPkNsGEdSHi81fsyZfXk+JpazrTz3LZAYMyjj5wIvFTCoXZa r2gxE6L1CF6abNHIzToQpTUQfyh9zQtajDT0o4ULiBJCDMS2bnSjyp0rDZj3rA3zhD JHs8OS2ZDY2JqDkzdc5pPf2PDPmNwg5YF+ETbD5o= X-Forwarded-Encrypted: i=1; AJvYcCUQQuPYaMRTE0oRiKmZHHdFOMskDg1LfmLamPLCPOpfv5JfKo2TxqcTZjauHVy8brHIQqCn9dVRR0f06g==@python.org X-Gm-Message-State: AOJu0YwAJPM6hCj5RX3IQUJAQwMk4xx5prYsXESp5wnJ3UbRgMmdZ7oy nLk1qDOn8I0oU4INAwxxfXYeIDOGhUwR7uTaesrhJQhcjsyDVzjaHGuedrHnhwandUJ8aRc9s7s YvQOLaoOngHqA6tDV1ka3d72NM8g= X-Google-Smtp-Source: AGHT+IEA+su/CVgPKQNflOI8Csvt/wpPeN07p8M1IDFLKbonmDNHulrlMmcrgJRALonFLfdGxRfP5D+1DjJUlHAXDUc= X-Received: by 2002:a05:6402:50d4:b0:5e7:631f:1efb with SMTP id 4fb4d7f45d1cf-5e89c06b2d6mr1562453a12.0.1741973410585; Fri, 14 Mar 2025 10:30:10 -0700 (PDT) X-Gmail-Original-Message-ID: <CANKMJBP5K2+EFDG71hfD_4jeWO-=4a-WtJHcH9-DMASe7D=1Kg@mail.gmail.com> X-Gm-Features: AQ5f1JrN5ECZd-3kf9mKbxWiZZgUbK9fOIpaC585I60if66_Ud0KOCrhq_E461k 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: <CANKMJBP5K2+EFDG71hfD_4jeWO-=4a-WtJHcH9-DMASe7D=1Kg@mail.gmail.com> Bytes: 5750 Here comes the penultimate alpha. https://www.python.org/downloads/release/python-3140a6/ 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.0a6, is the sixth 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 - A new type of interpreter. For certain newer compilers, this interpreter provides significantly better performance. Opt-in for now, requires building from source. - UUID versions 6-8 are now supported by the uuid module, and generation of versions 3-5 and 8 are up to 40% faster. - Python removals and deprecations - 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 the final alpha, 3.14.0a7, currently scheduled for 2025-04-08. 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! March 14 is celebrated as pi day, because 3.14 is an approximation of =CF= =80. The day is observed by eating pies (savoury and/or sweet) and celebrating =CF=80. The first pi day was organised by physicist and tinkerer Larry Shaw= of the San Francisco Exploratorium in 1988. It is also the International Day of Mathematics and Albert Einstein=E2=80=99s birthday. Let=E2=80=99s all ea= t some pie, recite some =CF=80, install and test some py, and wish a happy birthday to Albert, Loren and all the other pi day children! 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 Helsinki as fresh snow falls, Your release team, Hugo van Kemenade Ned Deily Steve Dower =C5=81ukasz Langa