Skip to content

Commit eb0004c

Browse files
committed
Python 3.11.0b3
1 parent 90f9b8b commit eb0004c

File tree

7 files changed

+31
-9
lines changed

7 files changed

+31
-9
lines changed

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
#define PY_MINOR_VERSION 11
2121
#define PY_MICRO_VERSION 0
2222
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
23-
#define PY_RELEASE_SERIAL 2
23+
#define PY_RELEASE_SERIAL 3
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.11.0b2+"
26+
#define PY_VERSION "3.11.0b3"
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 Mon May 30 22:16:54 2022
2+
# Autogenerated by Sphinx on Wed Jun 1 14:07:03 2022
33
topics = {'assert': 'The "assert" statement\n'
44
'**********************\n'
55
'\n'

Misc/NEWS.d/3.11.0b3.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.. date: 2022-05-30-19-00-38
2+
.. gh-issue: 93359
3+
.. nonce: zXV3A0
4+
.. release date: 2022-06-01
5+
.. section: Core and Builtins
6+
7+
Ensure that custom :mod:`ast` nodes without explicit end positions can be
8+
compiled. Patch by Pablo Galindo.
9+
10+
..
11+
12+
.. date: 2022-05-30-10-22-46
13+
.. gh-issue: 93345
14+
.. nonce: gi1A4L
15+
.. section: Core and Builtins
16+
17+
Fix a crash in substitution of a ``TypeVar`` in nested generic alias after
18+
``TypeVarTuple``.
19+
20+
..
21+
22+
.. date: 2022-05-31-18-04-58
23+
.. gh-issue: 69093
24+
.. nonce: 6lSa0C
25+
.. section: Build
26+
27+
Fix ``Modules/Setup.stdlib.in`` rule for ``_sqlite3`` extension.

Misc/NEWS.d/next/Build/2022-05-31-18-04-58.gh-issue-69093.6lSa0C.rst

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

Misc/NEWS.d/next/Core and Builtins/2022-05-30-10-22-46.gh-issue-93345.gi1A4L.rst

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

Misc/NEWS.d/next/Core and Builtins/2022-05-30-19-00-38.gh-issue-93359.zXV3A0.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.0 beta 2
1+
This is Python version 3.11.0 beta 3
22
====================================
33

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

0 commit comments

Comments
 (0)