mirror of
https://github.com/python/cpython
synced 2026-09-27 04:58:17 +03:00
gh-92547: Amend What's New (#93872)
This commit is contained in:
parent
9a458befdd
commit
d5be9a5dff
1 changed files with 8 additions and 0 deletions
|
|
@ -184,6 +184,14 @@ Removed
|
|||
* ``sqlite3.enable_shared_cache()``
|
||||
* ``sqlite3.OptimizedUnicode``
|
||||
|
||||
If a shared cache must be used, open the database in URI mode using the
|
||||
``cache=shared`` query parameter.
|
||||
|
||||
The ``sqlite3.OptimizedUnicode`` text factory has been an alias for
|
||||
:class:`str` since Python 3.3. Code that previously set the text factory to
|
||||
``OptimizedUnicode`` can either use ``str`` explicitly, or rely on the
|
||||
default value which is also ``str``.
|
||||
|
||||
(Contributed by Erlend E. Aasland in :gh:`92548`)
|
||||
|
||||
* The ``--experimental-isolated-subinterpreters`` configure flag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue