Skip to content

Commit 27934be

Browse files
gh-93370: Drop deprecated sqlite3.version from pythoninfo.py (#94277)
1 parent 32d595f commit 27934be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/pythoninfo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ def collect_sqlite(info_add):
602602
except ImportError:
603603
return
604604

605-
attributes = ('version', 'sqlite_version')
605+
attributes = ('sqlite_version',)
606606
copy_attributes(info_add, sqlite3, 'sqlite3.%s', attributes)
607607

608608

0 commit comments

Comments
 (0)