mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
gh-93370: Drop deprecated sqlite3.version from pythoninfo.py (#94277)
This commit is contained in:
parent
32d595fdcd
commit
27934bef2d
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ def collect_sqlite(info_add):
|
|||
except ImportError:
|
||||
return
|
||||
|
||||
attributes = ('version', 'sqlite_version')
|
||||
attributes = ('sqlite_version',)
|
||||
copy_attributes(info_add, sqlite3, 'sqlite3.%s', attributes)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue