Skip to content

Commit 94a64bb

Browse files
committed
Python 3.15.0b2
1 parent 13a7cce commit 94a64bb

81 files changed

Lines changed: 987 additions & 272 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/library/sqlite3.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,7 @@ Connection objects
14171417

14181418
See :ref:`sqlite3-howto-row-factory` for more details.
14191419

1420-
.. versionchanged:: next
1420+
.. versionchanged:: 3.15
14211421
Deleting the ``row_factory`` attribute is no longer allowed.
14221422

14231423
.. attribute:: text_factory
@@ -1429,7 +1429,7 @@ Connection objects
14291429

14301430
See :ref:`sqlite3-howto-encoding` for more details.
14311431

1432-
.. versionchanged:: next
1432+
.. versionchanged:: 3.15
14331433
Deleting the ``text_factory`` attribute is no longer allowed.
14341434

14351435
.. attribute:: total_changes
@@ -1715,7 +1715,7 @@ Cursor objects
17151715

17161716
See :ref:`sqlite3-howto-row-factory` for more details.
17171717

1718-
.. versionchanged:: next
1718+
.. versionchanged:: 3.15
17191719
Deleting the ``row_factory`` attribute is no longer allowed.
17201720

17211721

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 1
27+
#define PY_RELEASE_SERIAL 2
2828

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

3333

Lib/pydoc_data/module_docs.py

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

0 commit comments

Comments
 (0)