mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-30262: Don't expose private objects in sqlite3 (GH-1440)
The Cache and Statement objects are undocumented and implementation details of the sqlite3 module. They aren't usable from pure Python code.
This commit is contained in:
parent
f00828a742
commit
e6576248e5
3 changed files with 6 additions and 4 deletions
|
@ -796,6 +796,10 @@ The following features and APIs have been removed from Python 3.8:
|
|||
* "unicode_internal" codec is removed.
|
||||
(Contributed by Inada Naoki in :issue:`36297`.)
|
||||
|
||||
* The ``Cache`` and ``Statement`` objects of the :mod:`sqlite3` module are not
|
||||
exposed to the user.
|
||||
(Contributed by Aviv Palivoda in :issue:`30262`.)
|
||||
|
||||
|
||||
Porting to Python 3.8
|
||||
=====================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue