diff options
author | Kalyan <kalyan.ben10@live.com> | 2022-06-07 23:34:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 23:34:50 (GMT) |
commit | ffc58a9710172b2d716a810a9f303828f3ebf108 (patch) | |
tree | 09f09c68560fa331909287e6284738719bd95417 /Misc | |
parent | f8eae6f5c35e9def07a732f6bc7744aae106f9b2 (diff) | |
download | cpython-ffc58a9710172b2d716a810a9f303828f3ebf108.zip cpython-ffc58a9710172b2d716a810a9f303828f3ebf108.tar.gz cpython-ffc58a9710172b2d716a810a9f303828f3ebf108.tar.bz2 |
gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-06-03-22-13-28.gh-issue-93370.tjfu9L.rst | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1456,6 +1456,7 @@ Edward K. Ream Chris Rebert Marc Recht John Redford +Kalyan Reddy Terry J. Reedy Gareth Rees John Reese diff --git a/Misc/NEWS.d/next/Library/2022-06-03-22-13-28.gh-issue-93370.tjfu9L.rst b/Misc/NEWS.d/next/Library/2022-06-03-22-13-28.gh-issue-93370.tjfu9L.rst new file mode 100644 index 0000000..bd53150 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-06-03-22-13-28.gh-issue-93370.tjfu9L.rst @@ -0,0 +1 @@ +Deprecate :data:`sqlite3.version` and :data:`sqlite3.version_info`. |