◐ Shell
clean mode source ↗

bpo-42264: Deprecate sqlite3.OptimizedUnicode by erlend-aasland · Pull Request #23163 · python/cpython

@erlend-aasland erlend-aasland changed the title bpo-42264: Deprecate OptimizedUnicode bpo-42264: Deprecate sqlite3.OptimizedUnicode

Nov 5, 2020

Erlend E. Aasland added 2 commits

November 5, 2020 13:39

serhiy-storchaka

serhiy-storchaka

serhiy-storchaka

vstinner

Erlend Egeberg Aasland and others added 2 commits

November 5, 2020 20:11
Co-authored-by: Victor Stinner <vstinner@python.org>

erlend-aasland

vstinner

Erlend E. Aasland and others added 2 commits

November 6, 2020 20:08
Use the same text as the What's New entry.
Co-authored-by: Victor Stinner <vstinner@python.org>

vstinner

serhiy-storchaka

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 13, 2021

This was referenced

May 9, 2022

erlend-aasland added a commit to erlend-aasland/cpython that referenced this pull request

May 9, 2022
The following sqlite3 features were deprecated in 3.10, scheduled for
removal in 3.12:

- sqlite3.OptimizedUnicode (pythongh-23163)
- sqlite3.enable_shared_cache (pythongh-24008)

Signed-off-by: Erlend E. Aasland <erlend.aasland@protonmail.com>

erlend-aasland added a commit that referenced this pull request

May 16, 2022
The following sqlite3 features were deprecated in 3.10, scheduled for
removal in 3.12:

- sqlite3.OptimizedUnicode (gh-23163)
- sqlite3.enable_shared_cache (gh-24008)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Signed-off-by: Erlend E. Aasland <erlend.aasland@protonmail.com>

hafizulsaat92