Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

Your ignorance cramps my conversation.


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

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

1
Subject: [Python-announce] [RELEASE] Python 3.12.2 and 3.11.8 now available.
From: Thomas Wouters
Newsgroups: comp.lang.python.announce
Date: Wed, 7 Feb 2024 15:15 UTC
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!fu-berlin.de!uni-berlin.de!not-for-mail
From: thomas@python.org (Thomas Wouters)
Newsgroups: comp.lang.python.announce
Subject: [Python-announce] [RELEASE] Python 3.12.2 and 3.11.8 now available.
Date: Wed, 7 Feb 2024 16:15:12 +0100
Lines: 36
Approved: python-announce-list@python.org
Message-ID: <CAPdQG2pB+y6Z8_mST+R7e=8Kyx4W7N3CxKP9vwySYNDGqzfiQA@mail.gmail.com>
Reply-To: python-list@python.org
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: base64
X-Trace: news.uni-berlin.de qslqGMUIdrHGJpEvCRgRdQ2TgTbD4F13qPZ+Th2Z9UTA==
Cancel-Lock: sha1:9c6uIhsS8ME7RmTkJYwJNxN6MM8= sha256:mGBjGl1JrExZiaIjNQyR/FtsZ7QdNxlhZuAQQmn8arA=
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-MailFrom: thomas@python.org
X-Mailman-Rule-Hits: emergency
X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved
Message-ID-Hash: R245YN2HLKPKDRMBJTQPRI7T6UBFLQ4C
X-Message-ID-Hash: R245YN2HLKPKDRMBJTQPRI7T6UBFLQ4C
X-Mailman-Approved-At: Wed, 07 Feb 2024 10:16:02 -0500
X-Content-Filtered-By: Mailman/MimeDel 3.3.10b1
X-Mailman-Version: 3.3.10b1
Precedence: list
List-Id: Announcement-only list for the Python programming language <python-announce-list.python.org>
Archived-At: <https://mail.python.org/archives/list/python-announce-list@python.org/message/R245YN2HLKPKDRMBJTQPRI7T6UBFLQ4C/>
List-Archive: <https://mail.python.org/archives/list/python-announce-list@python.org/>
List-Help: <mailto:python-announce-list-request@python.org?subject=help>
List-Owner: <mailto:python-announce-list-owner@python.org>
List-Post: <mailto:python-announce-list@python.org>
List-Subscribe: <mailto:python-announce-list-join@python.org>
List-Unsubscribe: <mailto:python-announce-list-leave@python.org>
View all headers

*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

1

rocksolid light 0.9.8
clearnet tor