Skip to content
Merged
Prev Previous commit
Merge branch 'master' into asyncio-get_event_loop
  • Loading branch information
serhiy-storchaka committed Apr 5, 2021
commit eaa1cc15a2a7c294c28d721545267e819129600e
8 changes: 8 additions & 0 deletions Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,14 @@ Deprecated
:class:`~asyncio.StreamReader`, :class:`~asyncio.StreamReaderProtocol`.
(Contributed by Serhiy Storchaka in :issue:`39529`.)

* The undocumented built-in function ``sqlite3.enable_shared_cache`` is now
deprecated, scheduled for removal in Python 3.12. Its use is strongly
discouraged by the SQLite3 documentation. See `the SQLite3 docs
<https://sqlite.org/c3ref/enable_shared_cache.html>`_ for more details.
If shared cache must be used, open the database in URI mode using the
``cache=shared`` query parameter.
(Contributed by Erlend E. Aasland in :issue:`24464`.)


Removed
=======
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.