Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Vitamin C deficiency is apauling.


devel / comp.lang.python.announce / [Python-announce] [RELEASE] Python 3.11.3, 3.10.11 and 3.12.0 alpha 7 released

SubjectAuthor
o [Python-announce] [RELEASE] Python 3.11.3, 3.10.11 and 3.12.0 alpha 7 releasedThomas Wouters

1
[Python-announce] [RELEASE] Python 3.11.3, 3.10.11 and 3.12.0 alpha 7 released

<CAPdQG2q0QEQPBRfH_TKBBOsnqbvd9u15y9OV0XRADReFtPuVpA@mail.gmail.com>

  copy mid

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

  copy link   Newsgroups: comp.lang.python.announce
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!lilly.ping.de!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.11.3, 3.10.11 and 3.12.0 alpha 7 released
Date: Wed, 5 Apr 2023 14:28:54 +0200
Lines: 26
Approved: python-announce-list@python.org
Message-ID: <CAPdQG2q0QEQPBRfH_TKBBOsnqbvd9u15y9OV0XRADReFtPuVpA@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 QhnLAz2rjBJXPjGFbLMaLAgHN6TDfqD19vyWKcCuNlag==
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901;
t=1680697746; bh=0TxTVP8Yzj12L/25v4ogM2dp8fJV6bfRy4gTsugn55A=;
h=From:Date:Subject:To:From;
b=bF5Ec+xRFv17PVVy2o+5Rsl/tJ/29weLeU6n9h/OBt89rSNIq6bhFp7FZ6GMKyMLC
QjcEKNnuMjxi5RlTqwvlMmDQKoUovhQdmeU5tF/ZVwJgw7RJgB6sLJrsiRpuis+2e1
LdI5A8NKFFLgSrahxLrxnGFOQJJrUq2ziv0S4D8w=
X-Gm-Message-State: AAQBX9cqy4VQxa6V1XdZI90HjIzupbPY2wzrwfrrprHQhgMATeYX0sTc
NIjs/ibjGAIS4VekxDOhLKcaXcscTzLuxXg+Jn0=
X-Google-Smtp-Source: AKy350btZTdpCPACXeXlZmtGPmMlwL0nfdzDXrktpLJvySs1QKxEUGhdpC5yl20yyCHnfZjVpSzAY9wWj8J1jWi/mrE=
X-Received: by 2002:a05:6122:1793:b0:43b:ee04:7efd with SMTP id
o19-20020a056122179300b0043bee047efdmr940250vkf.1.1680697745540; Wed, 05 Apr
2023 05:29:05 -0700 (PDT)
X-Gmail-Original-Message-ID: <CAPdQG2q0QEQPBRfH_TKBBOsnqbvd9u15y9OV0XRADReFtPuVpA@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: GYWTANKM34WYRDN55VKNZO3VTDI26CE6
X-Message-ID-Hash: GYWTANKM34WYRDN55VKNZO3VTDI26CE6
X-Mailman-Approved-At: Wed, 05 Apr 2023 09:12:26 -0400
X-Content-Filtered-By: Mailman/MimeDel 3.3.9b1
X-Mailman-Version: 3.3.9b1
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/GYWTANKM34WYRDN55VKNZO3VTDI26CE6/>
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>
 by: Thomas Wouters - Wed, 5 Apr 2023 12:28 UTC

It's time for another set of Python releases! *Python 3.11.3, 3.10.11 and
3.12 alpha 7 are now available*.
Python 3.12.0 alpha 7
The final alpha release of Python 3.12! The next release will be beta 1,
which is also the feature freeze. Last chance to get your new features and
API changes into 3.12!
https://www.python.org/downloads/release/python-3120a7/

*246 new commits since 3.12.0a6.*
Python 3.11.3
More bugfixes and security fixes for the best Python version (so far).
https://www.python.org/downloads/release/python-3113/

*167 new commits since 3.11.2*
Python 3.10.11
The final regular bugfix release for Python 3.10! It is now entering
security-fix-only mode. This also means this is the last version for which
we will ship Windows and macOS installers. If you rely on these binary
releases, it's time to upgrade to Python 3.11.
https://www.python.org/downloads/release/python-31011/

*121 new commits since 3.10.10.*
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 organization contributions to the Python
Software Foundation.
https://www.python.org/psf/
From the release team,
Thomas Wouters @thomas
Pablo Galindo Salgado @pablogsal
Ɓukasz Langa @ambv
Ned Deily @nad
Steve Dower @steve.dower

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor