Skip to content

Commit

Permalink
Python 3.12.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yhg1s committed May 22, 2023
1 parent 5360cb3 commit 5612078
Show file tree
Hide file tree
Showing 232 changed files with 2,669 additions and 628 deletions.
2 changes: 1 addition & 1 deletion Doc/tools/extensions/pyspecific.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

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

# monkey-patch reST parser to disable alphabetic and roman enumerated lists
from docutils.parsers.rst.states import Body
Expand Down
6 changes: 3 additions & 3 deletions Include/patchlevel.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 12
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
#define PY_RELEASE_SERIAL 7
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
#define PY_RELEASE_SERIAL 1

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

/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Expand Down
339 changes: 252 additions & 87 deletions Lib/pydoc_data/topics.py

Large diffs are not rendered by default.

Loading

0 comments on commit 5612078

Please sign in to comment.