Skip to content

Commit d03b868

Browse files
committed
Python 3.11.11
1 parent 66a01b0 commit d03b868

9 files changed

+53
-14
lines changed

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
/*--start constants--*/
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 11
21-
#define PY_MICRO_VERSION 10
21+
#define PY_MICRO_VERSION 11
2222
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
2323
#define PY_RELEASE_SERIAL 0
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.11.10+"
26+
#define PY_VERSION "3.11.11"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

Lib/pydoc_data/topics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Autogenerated by Sphinx on Sat Sep 7 02:03:11 2024
2+
# Autogenerated by Sphinx on Tue Dec 3 12:19:55 2024
33
# as part of the release process.
44
topics = {'assert': 'The "assert" statement\n'
55
'**********************\n'

Misc/NEWS.d/3.11.11.rst

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
.. date: 2024-09-04-10-07-51
2+
.. gh-issue: 123418
3+
.. nonce: 1eIFZb
4+
.. release date: 2024-12-03
5+
.. section: Tools/Demos
6+
7+
Update GitHub CI workflows to use OpenSSL 3.0.15 and multissltests to use
8+
3.0.15, 3.1.7, and 3.2.3.
9+
10+
..
11+
12+
.. date: 2024-10-07-14-13-38
13+
.. gh-issue: 125041
14+
.. nonce: PKLWDf
15+
.. section: Tests
16+
17+
Re-enable skipped tests for :mod:`zlib` on the s390x architecture: only skip
18+
checks of the compressed bytes, which can be different between zlib's
19+
software implementation and the hardware-accelerated implementation.
20+
21+
..
22+
23+
.. date: 2024-11-13-11-09-12
24+
.. gh-issue: 126623
25+
.. nonce: TO7NnR
26+
.. section: Security
27+
28+
Upgrade libexpat to 2.6.4
29+
30+
..
31+
32+
.. date: 2024-08-07-10-42-13
33+
.. gh-issue: 122792
34+
.. nonce: oiTMo9
35+
.. section: Security
36+
37+
Changed IPv4-mapped ``ipaddress.IPv6Address`` to consistently use the mapped
38+
IPv4 address value for deciding properties. Properties which have their
39+
behavior fixed are ``is_multicast``, ``is_reserved``, ``is_link_local``,
40+
``is_global``, and ``is_unspecified``.
41+
42+
..
43+
44+
.. date: 2024-09-28-02-03-04
45+
.. gh-issue: 124651
46+
.. nonce: bLBGtH
47+
.. section: Library
48+
49+
Properly quote template strings in :mod:`venv` activation scripts.

Misc/NEWS.d/next/Library/2024-09-28-02-03-04.gh-issue-124651.bLBGtH.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

Misc/NEWS.d/next/Security/2024-08-07-10-42-13.gh-issue-122792.oiTMo9.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

Misc/NEWS.d/next/Security/2024-11-13-11-09-12.gh-issue-126623.TO7NnR.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

Misc/NEWS.d/next/Tests/2024-10-07-14-13-38.gh-issue-125041.PKLWDf.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

Misc/NEWS.d/next/Tools-Demos/2024-09-04-10-07-51.gh-issue-123418.1eIFZb.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is Python version 3.11.10
1+
This is Python version 3.11.11
22
==============================
33

44
.. image:: https://github.com/python/cpython/workflows/Tests/badge.svg

0 commit comments

Comments
 (0)