8000 bpo-24464: Deprecate sqlite3.enable_shared_cache by erlend-aasland · Pull Request #24008 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-24464: Deprecate sqlite3.enable_shared_cache #24008

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jan 6, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing punctuation mark.
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
  • Loading branch information
Erlend Egeberg Aasland and ZackerySpytz authored Dec 31, 2020
commit f93c455a1611432e099d649b80473223e3ca4532
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
``sqlite3.enable_shared_cache`` is now deprecated, scheduled for removal in
Python 3.12. The method is undocumented, and its use is strongly
discouraged by the SQLite3 documentation. Patch by Erlend E. Aasland
discouraged by the SQLite3 documentation. Patch by Erlend E. Aasland.
0