Skip to content

Commit 2795aca

Browse files
author
Erlend E. Aasland
committed
Move What's New to 3.11
1 parent 6c6a422 commit 2795aca

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,12 +1237,6 @@ Add audit events for :func:`~sqlite3.connect/handle`,
12371237
:meth:`~sqlite3.Connection.load_extension`.
12381238
(Contributed by Erlend E. Aasland in :issue:`43762`.)
12391239
1240-
:mod:`sqlite3` now utilizes :meth:`functools.lru_cache` to implement the
1241-
connection statement cache. The statement cache can be accessed via the new
1242-
method :meth:`sqlite3.Connection.statement_cache`. As a small optimisation, the
1243-
default statement cache size has been increased from 100 to 128.
1244-
(Contributed by Erlend E. Aasland in :issue:`42862`.)
1245-
12461240
sys
12471241
---
12481242

Doc/whatsnew/3.11.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,15 @@ New Modules
8686
Improved Modules
8787
================
8888

89+
sqlite3
90+
-------
91+
92+
:mod:`sqlite3` now utilizes :meth:`functools.lru_cache` to implement the
93+
connection statement cache. The statement cache can be accessed via the new
94+
method :meth:`sqlite3.Connection.statement_cache`. As a small optimisation, the
95+
default statement cache size has been increased from 100 to 128.
96+
(Contributed by Erlend E. Aasland in :issue:`42862`.)
97+
8998

9099
Optimizations
91100
=============

0 commit comments

Comments
 (0)