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

Skip to content

bpo-42264: Deprecate sqlite3.OptimizedUnicode #23163

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 11 commits into from
Nov 17, 2020
Prev Previous commit
Next Next commit
Address review comment: Improve NEWS entry
Use the same text as the What's New entry.
  • Loading branch information
Erlend E. Aasland committed Nov 6, 2020
commit 2507fd03301a47ee4df6eb45cbe99afbf322ab12
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
``sqlite3.OptimizedUnicode`` has been deprecated. It has been undocumented
and obsolete since Python 3.3.
``sqlite3.OptimizedUnicode`` has been undocumented and obsolete since Python
3.3, when it was made an alias to :class:`str`. It is now deprecated,
scheduled for removal in Python 3.12.
0