Skip to content

Commit cf16a33

Browse files
committed
Python 3.15.0b3
1 parent fe5dc86 commit cf16a33

81 files changed

Lines changed: 834 additions & 196 deletions

File tree

Some content is hidden

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

Doc/c-api/init_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ Some options are read from the :mod:`sys` attributes. For example, the option
623623
624624
.. versionadded:: 3.14
625625
626-
.. versionchanged:: next
626+
.. versionchanged:: 3.15
627627
The function now replaces :data:`sys.flags` (create a new object),
628628
instead of modifying :data:`sys.flags` in-place.
629629

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
#define PY_MINOR_VERSION 15
2525
#define PY_MICRO_VERSION 0
2626
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
27-
#define PY_RELEASE_SERIAL 2
27+
#define PY_RELEASE_SERIAL 3
2828

2929
/* Version as a string */
30-
#define PY_VERSION "3.15.0b2+dev"
30+
#define PY_VERSION "3.15.0b3"
3131
/*--end constants--*/
3232

3333

Lib/pydoc_data/module_docs.py

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Lib/pydoc_data/topics.py

Lines changed: 43 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)