user1347091 <[email protected]> added the comment:
At least in Python 3.9.1, these commands still exist:
Python 3.9.1 (default, Dec 13 2020, 11:55:53)
[GCC 10.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sqlite3
>>> sqlite3.version
'2.6.0'
>>> sqlite3.version_info
(2, 6, 0)
So if they are obsolete as well, they should be removed from cpython as well,
and not only from the documentation.
I have created a pull request for the obsolete link, and I'd be happy to take
care of this as well if we decide to do so.
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue43059>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com