Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

There are bugs and then there are bugs. And then there are bugs. -- Karl Lehenbauer


devel / comp.lang.python / [RELEASE] Python 3.12.3 and 3.13.0a6 released

SubjectAuthor
o [RELEASE] Python 3.12.3 and 3.13.0a6 releasedThomas Wouters

1
[RELEASE] Python 3.12.3 and 3.13.0a6 released

<mailman.84.1712690285.3468.python-list@python.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=29830&group=comp.lang.python#29830

  copy link   Newsgroups: comp.lang.python
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From: thomas@python.org (Thomas Wouters)
Newsgroups: comp.lang.python
Subject: [RELEASE] Python 3.12.3 and 3.13.0a6 released
Date: Tue, 9 Apr 2024 21:17:49 +0200
Lines: 87
Message-ID: <mailman.84.1712690285.3468.python-list@python.org>
References: <CAPdQG2oTZ-6_2b_hAYYg+uDe+N6bib6rakYThUKB4xCFZPUOJg@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 K1IdCnqlRX9mtEJGVF2KAQIgNYks09c892HQuBV2BR6A==
Cancel-Lock: sha1:/U+QH7sf24kcycTQI99JZQr4c5s= sha256:9P9Ho5iTGNr/Lazjk3IQd+Hd+/Y7o9T4XzIOKBLgglE=
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=1712690282; bh=2zvtaeZFq+KmmcKnTSfQWmTdRZpJgCFxW5/hFgthft0=;
h=From:Date:Subject:To:From;
b=emM0fmF+qZWzvcEkf4TZLkw6jPqNUi/xT3F6sEPFx156XIiRU1C4x2mISzepcaMV5
YeSfZRhp/7TR56NhbDoQtbqdBJTfY8paOVswBO+7ln4Zf1EcsSI6Z6YLYb3YRQ37vU
6FaIL+YYul6K5c4bZM9q+liXLd9LYIN5HlHm4SLs=
X-Forwarded-Encrypted: i=1;
AJvYcCUPGh1CIbn4Qypp6bTyDL8150ruTkMW0d4cG0ZX4bnTIuMTtZbyFPSZj2KLk21d3OSMC1vaDM7PFl3l1cZjI6Ol0zJG6jUQ
X-Gm-Message-State: AOJu0YzUOP7iwuOXt7TGDkHv7ijh/wI56teTRMUr5OgCD1FEJeFovbOm
ge8WCo8+V2xgYM9nFuOpKOqefMbmCca+Crf4xo6OyGfyZQ+I1TngOnncs5fFxNBhGvLo0L8Hf05
BKKBXBk+fmxOeMlp3piRaWUPY6S4=
X-Google-Smtp-Source: AGHT+IF9g2I+X6+85inoK3o9yFnB7xSZmGelw2BOlYZuX7kgE9ZDIFwppt4iAT+mSYIb8yTBvFkhZypx50Hw6lSmZT4=
X-Received: by 2002:a05:600c:1d07:b0:416:5fb9:c180 with SMTP id
l7-20020a05600c1d0700b004165fb9c180mr410159wms.4.1712690281183; Tue, 09 Apr
2024 12:18:01 -0700 (PDT)
X-Gmail-Original-Message-ID: <CAPdQG2oTZ-6_2b_hAYYg+uDe+N6bib6rakYThUKB4xCFZPUOJg@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: <CAPdQG2oTZ-6_2b_hAYYg+uDe+N6bib6rakYThUKB4xCFZPUOJg@mail.gmail.com>
 by: Thomas Wouters - Tue, 9 Apr 2024 19:17 UTC

*It’s time to eclipse the Python 3.11.9 release with two releases*, one of
which is the *very last alpha release of Python 3.13*:
<https://discuss.python.org/t/python-3-12-3-and-3-13-0a6-released/50601#python-3123-1>Python
3.12.3

300+ of the finest commits went into this latest maintenance release of the
latest Python version, the most stablest, securest, bugfreeest we could
make it.
https://www.python.org/downloads/release/python-3123/
<https://discuss.python.org/t/python-3-12-3-and-3-13-0a6-released/50601#python-3130a6-2>Python
3.13.0a6

What’s that? The last alpha release? Just one more month until feature
freeze! Get your features done, get your bugs fixed, let’s get 3.13..0 ready
for people to actually use! Until then, let’s test with alpha 6. The
highlights of 3.13 you ask? Well:

- In the interactive interpreter, exception tracebacks are now colorized
by default
<https://docs.python.org/dev/whatsnew/3.13.html#improved-error-messages>..
- A preliminary, *experimental* JIT was added
<https://docs.python.org/dev/whatsnew/3.13.html#experimental-jit-compiler>,
providing the ground work for significant performance improvements.
- The (cyclic) garbage collector is now incremental
<https://docs.python.org/dev/whatsnew/3.13.html#incremental-garbage-collection>,
which should mean shorter pauses for collection in programs with a lot of
objects.
- Docstrings now have their leading indentation stripped
<https://docs.python.org/dev/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/dev/library/dbm.html> has a
new dbm.sqlite3 backend
<https://docs.python.org/dev/whatsnew/3.13.html#id1> that is used by
default when creating new files.
- 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/dev/whatsnew/3.13.html#removed> of deprecated
classes, functions and methods in various standard library modules.
- New deprecations
<https://docs.python.org/dev/whatsnew/3.13.html#deprecated>, most of
which are scheduled for removal from Python 3.15 or 3.16.
- C API removals <https://docs.python.org/dev/whatsnew/3.13.html#id10>
and deprecations <https://docs.python.org/dev/whatsnew/3.13.html#id9>.
(Some removals present in alpha 1 were reverted in alpha 2, as the removals
were deemed too disruptive at this time.)

(Hey, *fellow core developer,* if a feature you find important is missing
from this list, let Thomas know <thomas@python.org>. It’s getting to be
really important now!)
https://www.python.org/downloads/release/python-3130a6/
<https://discuss.python.org/t/python-3-12-3-and-3-13-0a6-released/50601#we-hope-you-enjoy-the-new-releases-3>We
hope you 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 contributions to the Python Software
Foundation <https://www.python.org/psf-landing/> or CPython itself
<https://github.com/sponsors/python>.

Thomas “can you tell I haven’t had coffee today” Wouters
on behalf of your release team,

Ned Deily
Steve Dower
Pablo Galindo Salgado
Łukasz Langa
--
Thomas Wouters <thomas@python.org>

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor