Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

19 May, 2024: Line wrapping has been changed to be more consistent with Usenet standards.
 If you find that it is broken please let me know here rocksolid.nodes.help


devel / comp.lang.python / [RELEASE] Python 3.12.2 and 3.11.8 now available.

SubjectAuthor
o [RELEASE] Python 3.12.2 and 3.11.8 now available.Thomas Wouters

1
[RELEASE] Python 3.12.2 and 3.11.8 now available.

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

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=25258&group=comp.lang.python#25258

  copy link   Newsgroups: comp.lang.python
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!not-for-mail
From: thomas@python.org (Thomas Wouters)
Newsgroups: comp.lang.python
Subject: [RELEASE] Python 3.12.2 and 3.11.8 now available.
Date: Wed, 7 Feb 2024 16:15:12 +0100
Lines: 47
Message-ID: <mailman.49.1707318925.3227.python-list@python.org>
References: <CAPdQG2pB+y6Z8_mST+R7e=8Kyx4W7N3CxKP9vwySYNDGqzfiQA@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 eMsKO0gJCvVwVDnUNsvOpQ8vjupl2UMoMMVCimS2YrZg==
Cancel-Lock: sha1:JvJbAyFsF7zY1k7Rpu6Yt55K5k0= sha256:1hhRUyPiz+tlCTHSErIZh/LGdGVxeardUKueKLyX6lA=
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=1707318924; bh=3hPeYHblylG2wuzYdc5WKaO4M78kaRVr+jG/dLJUNpo=;
h=From:Date:Subject:To:From;
b=PezjKjNHysh8r5w+vFlXtUR3VaueHaWHcqK5U+Rksf2b3OssQaCQkNbUDsblXFqE6
G4yyWkdF00SEydR6HGwY1aW3Lq0YCXpdiRSXJWFMNnql19d2WIwExc+yKSKWJzNSgz
IYZQQmKwjAernEJaGOk2J1Q8sRFpvt++WePvxjzs=
X-Gm-Message-State: AOJu0YxoaSgP1yS/aY5VQxZ+DIplrb+xwLnkMyz6HL7EduKnNNMZ+WdJ
iJLErF1EugIX1GGJEZLvtmDaSDMt9OSTEwMWP4QFx2Tc4tKwylDHaLCjxQrj4SjUmHEjVV7ZYjT
Tz+y0HHzwrUV9gwDbfFWbB6mHUIM=
X-Google-Smtp-Source: AGHT+IFB5D3ahEnHIxolzxNOmS2juQQAmyk+UKV+4HEG7tQNfm9eXeiZAJSW/LrKvBH/gxTF9aCJtH9hcyPXGbiTyFc=
X-Received: by 2002:a5d:6a4f:0:b0:33b:48ed:be63 with SMTP id
t15-20020a5d6a4f000000b0033b48edbe63mr3507622wrw.7.1707318923936; Wed, 07 Feb
2024 07:15:23 -0800 (PST)
X-Gmail-Original-Message-ID: <CAPdQG2pB+y6Z8_mST+R7e=8Kyx4W7N3CxKP9vwySYNDGqzfiQA@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: <CAPdQG2pB+y6Z8_mST+R7e=8Kyx4W7N3CxKP9vwySYNDGqzfiQA@mail.gmail.com>
 by: Thomas Wouters - Wed, 7 Feb 2024 15:15 UTC

*Python 3.12.2 and 3.11.8 are here! *In addition to all the usual bugfixes,
these releases contain a small security fix: hidden .pth files are no
longer automatically read and executed
<https://docs.python.org/release/3.12.2/whatsnew/changelog.html#security>
as part of Python startup. (New releases of 3.8, 3.9 and 3.10 containing
the same fix are expected next week.)
<https://discuss.python.org/t/python-3-12-2-and-3-11-8-released/45268#python-3122-2>Python
3.12.2

https://www.python.org/downloads/release/python-3122/

Python 3.12’s second bugfix release. In addition to the mentioned security
fix and the usual slew of bug fixes, build changes and documentation
updates (more than 350 commits), this is also the first release to include
a Software Bill-of-Materials for the source packages
<https://discuss.python.org/t/create-and-distribute-software-bill-of-materials-sbom-for-python-artifacts/39293>
(Python-3.12.2.tgz and Python-3.12.2.tar.xz). Full changelog
<https://docs.python.org/release/3.12.2/whatsnew/changelog.html>.
<https://discuss.python.org/t/python-3-12-2-and-3-11-8-released/45268#python-3118-3>Python
3.11.8

https://www.python.org/downloads/release/python-3118/

More than 300 commits of bug fixes, build changes and documentation
updates. Full changelog
<https://docs.python.org/release/3.11.8/whatsnew/changelog.html>.
<https://discuss.python.org/t/python-3-12-2-and-3-11-8-released/45268#we-hope-you-enjoy-the-new-releases-4>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 Wouters @thomas <https://discuss.python.org/u/thomas>
on behalf of your release team,

Ned Deily
Steve Dower
Pablo Galindo Salgado
Łukasz Langa


devel / comp.lang.python / [RELEASE] Python 3.12.2 and 3.11.8 now available.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor