8000 Python 3.12.0b2 · python/cpython@e6c0efa · GitHub
[go: up one dir, main page]

Skip to content

Commit e6c0efa

Browse files
committed
Python 3.12.0b2
1 parent 2d9ead2 commit e6c0efa

File tree

54 files changed

+1207
-234
lines changed

Some content is hidden

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

54 files changed

+1207
-234
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 12
2121
#define PY_MICRO_VERSION 0
2222
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
23-
#define PY_RELEASE_SERIAL 1
23+
#define PY_RELEASE_SERIAL 2
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.12.0b1+"
26+
#define PY_VERSION "3.12.0b2"
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 change 3C0A d: 674 additions & 107 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
0