Skip to content
Prev Previous commit
Next Next commit
Add NEWS and update "What's new"
  • Loading branch information
Erlend E. Aasland committed Nov 5, 2020
commit f8dfb6dd7a1b7d1fb1c4b93ba9db440fc45b674a
4 changes: 4 additions & 0 deletions Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@ Deprecated
as appropriate to help identify code which needs updating during
this transition.

* ``sqlite3.OptimizedUnicode`` has been deprecated. It has been undocumented
and obsolete since Python 3.3.
Comment thread
erlend-aasland marked this conversation as resolved.
Outdated
(Contributed by Erlend E. Aasland in :issue:`42264`.)


Removed
=======
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Deprecate ``sqlite3.OptimizedUnicode``
Comment thread
erlend-aasland marked this conversation as resolved.
Outdated