Skip to content

Commit c63aec6

Browse files
committed
Python 3.14.6
1 parent a4bdc21 commit c63aec6

76 files changed

Lines changed: 772 additions & 187 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/pyexpat.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ against some common XML vulnerabilities.
262262
Activation thresholds below 4 MiB are known to break support for DITA 1.3
263263
payload and are hence not recommended.
264264

265-
.. versionadded:: next
265+
.. versionadded:: 3.14.6
266266

267267
.. method:: xmlparser.SetBillionLaughsAttackProtectionMaximumAmplification(max_factor, /)
268268

@@ -294,7 +294,7 @@ against some common XML vulnerabilities.
294294
that can be adjusted by :meth:`.SetBillionLaughsAttackProtectionActivationThreshold`
295295
is exceeded.
296296

297-
.. versionadded:: next
297+
.. versionadded:: 3.14.6
298298

299299
.. method:: xmlparser.SetAllocTrackerActivationThreshold(threshold, /)
300300

Doc/library/sqlite3.rst

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

14211421
See :ref:`sqlite3-howto-row-factory` for more details.
14221422

1423-
.. versionchanged:: next
1423+
.. versionchanged:: 3.14.6
14241424
Deleting the ``row_factory`` attribute is no longer allowed.
14251425

14261426
.. attribute:: text_factory
@@ -1432,7 +1432,7 @@ Connection objects
14321432

14331433
See :ref:`sqlite3-howto-encoding` for more details.
14341434

1435-
.. versionchanged:: next
1435+
.. versionchanged:: 3.14.6
14361436
Deleting the ``text_factory`` attribute is no longer allowed.
14371437

14381438
.. attribute:: total_changes
@@ -1718,7 +1718,7 @@ Cursor objects
17181718

17191719
See :ref:`sqlite3-howto-row-factory` for more details.
17201720

1721-
.. versionchanged:: next
1721+
.. versionchanged:: 3.14.6
17221722
Deleting the ``row_factory`` attribute is no longer allowed.
17231723

17241724

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
/*--start constants--*/
2020
#define PY_MAJOR_VERSION 3
2121
#define PY_MINOR_VERSION 14
22-
#define PY_MICRO_VERSION 5
22+
#define PY_MICRO_VERSION 6
2323
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
2424
#define PY_RELEASE_SERIAL 0
2525

2626
/* Version as a string */
27-
#define PY_VERSION "3.14.5+"
27+
#define PY_VERSION "3.14.6"
2828
/*--end constants--*/
2929

3030

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.

Lib/pydoc_data/topics.py

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

0 commit comments

Comments
 (0)