8000 Address review: it's not a method, it's a built-in function · python/cpython@7d52671 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d52671

Browse files
author
Erlend E. Aasland
committed
Address review: it's not a method, it's a built-in function
1 parent 5fa5918 commit 7d52671

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@ Deprecated
462462
scheduled for removal in Python 3.12.
463463
(Contributed by Erlend E. Aasland in :issue:`42264`.)
464464

465-
* ``sqlite3.enable_shared_cache`` is now deprecated, scheduled for removal in
466-
Python 3.12. The method is undocumented, and its use is strongly
465+
* The undocumented built-in function ``sqlite3.enable_shared_cache`` is now
466+
deprecated, scheduled for removal in Python 3.12. Its use is strongly
467467
discouraged by the SQLite3 documentation. See `the SQLite3 docs
468468
<https://sqlite.org/c3ref/enable_shared_cache.html/>` for more details. If
469469
shared cache must be used, open the database in URI mode using the
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
``sqlite3.enable_shared_cache`` is now deprecated, scheduled for removal in
2-
Python 3.12. The method is undocumented, and its use is strongly
3-
discouraged by the SQLite3 documentation. Patch by Erlend E. Aasland.
1+
The undocumented built-in function ``sqlite3.enable_shared_cache`` is now
2+
deprecated, scheduled for removal in Python 3.12. Its use is strongly
3+
discouraged by the SQLite3 documentation. Patch by Erlend E. Aasland.

0 commit comments

Comments
 (0)
0