user1347091 <accou...@lrose.de> 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 <rep...@bugs.python.org>
<https://bugs.python.org/issue43059>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to