Skip to content

Commit

Permalink
gh-93370: Drop deprecated sqlite3.version from pythoninfo.py (#94277)
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland authored Jun 26, 2022
1 parent 32d595f commit 27934be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/pythoninfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 27934be

Please sign in to comment.