Skip to content

Commit fd17997

Browse files
committed
Python 3.13.14
1 parent 52ee56a commit fd17997

105 files changed

Lines changed: 1281 additions & 283 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.13.14
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.13.14
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
@@ -1436,7 +1436,7 @@ Connection objects
14361436

14371437
See :ref:`sqlite3-howto-row-factory` for more details.
14381438

1439-
.. versionchanged:: next
1439+
.. versionchanged:: 3.13.14
14401440
Deleting the ``row_factory`` attribute is no longer allowed.
14411441

14421442
.. attribute:: text_factory
@@ -1448,7 +1448,7 @@ Connection objects
14481448

14491449
See :ref:`sqlite3-howto-encoding` for more details.
14501450

1451-
.. versionchanged:: next
1451+
.. versionchanged:: 3.13.14
14521452
Deleting the ``text_factory`` attribute is no longer allowed.
14531453

14541454
.. attribute:: total_changes
@@ -1734,7 +1734,7 @@ Cursor objects
17341734

17351735
See :ref:`sqlite3-howto-row-factory` for more details.
17361736

1737-
.. versionchanged:: next
1737+
.. versionchanged:: 3.13.14
17381738
Deleting the ``row_factory`` attribute is no longer allowed.
17391739

17401740

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
/*--start constants--*/
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 13
21-
#define PY_MICRO_VERSION 13
21+
#define PY_MICRO_VERSION 14
2222
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
2323
#define PY_RELEASE_SERIAL 0
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.13.13+"
26+
#define PY_VERSION "3.13.14"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

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)