Skip to content

Commit 43cd277

Browse files
committed
Python 3.15.0a4
1 parent c4ab024 commit 43cd277

File tree

39 files changed

+367
-73
lines changed

39 files changed

+367
-73
lines changed

Doc/library/mmap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ To map anonymous memory, -1 should be passed as the fileno along with the length
337337

338338
.. availability:: Linux >= 5.17 (kernel built with ``CONFIG_ANON_VMA_NAME`` option)
339339

340-
.. versionadded:: next
340+
.. versionadded:: 3.15
341341

342342
.. method:: size()
343343

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_ALPHA
27-
#define PY_RELEASE_SERIAL 3
27+
#define PY_RELEASE_SERIAL 4
2828

2929
/* Version as a string */
30-
#define PY_VERSION "3.15.0a3+"
30+
#define PY_VERSION "3.15.0a4"
3131
/*--end constants--*/
3232

3333

Lib/pydoc_data/topics.py

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

0 commit comments

Comments
 (0)