Skip to content

Commit 12d3f88

Browse files
committed
Python 3.14.0b2
1 parent 6c917cb commit 12d3f88

File tree

78 files changed

+958
-276
lines changed

Some content is hidden

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

78 files changed

+958
-276
lines changed

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
#define PY_MINOR_VERSION 14
2222
#define PY_MICRO_VERSION 0
2323
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
24-
#define PY_RELEASE_SERIAL 1
24+
#define PY_RELEASE_SERIAL 2
2525

2626
/* Version as a string */
27-
#define PY_VERSION "3.14.0b1+"
27+
#define PY_VERSION "3.14.0b2"
2828
/*--end constants--*/
2929

3030

Lib/pydoc_data/topics.py

Lines changed: 189 additions & 112 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)