Skip to content

Commit 5612078

Browse files
committed
Python 3.12.0b1
1 parent 5360cb3 commit 5612078

File tree

232 files changed

+2669
-628
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

232 files changed

+2669
-628
lines changed

Doc/tools/extensions/pyspecific.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
4343
GH_ISSUE_URI = 'https://github.com/python/cpython/issues/%s'
44-
SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
44+
SOURCE_URI = 'https://github.com/python/cpython/tree/3.12/%s'
4545

4646
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
4747
from docutils.parsers.rst.states import Body

Include/patchlevel.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 12
2121
#define PY_MICRO_VERSION 0
22-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
23-
#define PY_RELEASE_SERIAL 7
22+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
23+
#define PY_RELEASE_SERIAL 1
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.12.0a7+"
26+
#define PY_VERSION "3.12.0b1"
2727
/*--end constants--*/
2828

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

Lib/pydoc_data/topics.py

+252-87
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)