Skip to content

Commit 843e9c3

Browse files
authored
Fix up markup and description in the 3.12.13-et-al post. (#19)
1 parent 0d245b5 commit 843e9c3

File tree

1 file changed

+4
-5
lines changed
  • content/posts/python-31213-31115-31020

1 file changed

+4
-5
lines changed

content/posts/python-31213-31115-31020/index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: 'Python 3.12.13, 3.11.15 and 3.10.20 are now available!'
33
publishDate: '2026-03-03'
44
author: Thomas Wouters
5-
description: '[](https://discuss.python.org/t/python-3-12-13-3-11-15-and-3-10-20-are-now-available/106363)Python 3.12.13, 3.11.15 and 3.10.20 are now available!'
5+
description: '[Python Releases For Your Security!](https://discuss.python.org/t/python-3-12-13-3-11-15-and-3-10-20-are-now-available/106363) New security releases for 3.10, 3.11 and 3.12 are now available.'
66
tags:
77
- releases
88
published: true
99
---
1010

11-
# [](https://discuss.python.org/t/python-3-12-13-3-11-15-and-3-10-20-are-now-available/106363)Python 3.12.13, 3.11.15 and 3.10.20 are now available!
11+
# [Python Releases For Your Security!](https://discuss.python.org/t/python-3-12-13-3-11-15-and-3-10-20-are-now-available/106363)
1212

1313
New security releases for 3.10, 3.11 and 3.12 are now available. (As these Python versions are now in security-fix-only mode, these are source-only releases, and there is no pre-set release cadence.)
1414

@@ -47,16 +47,15 @@ https://www.python.org/downloads/release/python-31213/
4747

4848
# Python 3.11.15
4949

50-
Additional fixes in this release (they were already included in a previous 3.12 release):
50+
Additional fixes in this release (they were already included in a previous 3.12 release):
5151
* [gh-120298](https://github.com/python/cpython/issues/120298): Fixed a use-after-free in list rich comparison handling (`list_richcompare_impl`) for specially crafted concurrent inputs.
5252
* [gh-120384](https://github.com/python/cpython/issues/120384): Fixed an out-of-bounds access in list slice assignment (`list_ass_subscript`) under specially crafted concurrent inputs.
5353

54-
5554
https://www.python.org/downloads/release/python-31115/
5655

5756
# Python 3.10.20
5857

59-
Additional fixes in this release (they were already included in a previous 3.12 release):
58+
Additional fixes in this release (they were already included in a previous 3.12 release):
6059
* [gh-120298](https://github.com/python/cpython/issues/120298): Fixed a use-after-free in list rich comparison handling (`list_richcompare_impl`) for specially crafted concurrent inputs.
6160
* [gh-120384](https://github.com/python/cpython/issues/120384): Fixed an out-of-bounds access in list slice assignment (`list_ass_subscript`) under specially crafted concurrent inputs.
6261

0 commit comments

Comments
 (0)