This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author user1347091
Recipients berker.peksag, docs@python, erlendaasland, python-dev, user1347091, zach.ware
Date 2021-01-28.21:54:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611870891.39.0.512791776448.issue43059@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-01-28 21:54:51user1347091setrecipients: + user1347091, docs@python, python-dev, berker.peksag, zach.ware, erlendaasland
2021-01-28 21:54:51user1347091setmessageid: <1611870891.39.0.512791776448.issue43059@roundup.psfhosted.org>
2021-01-28 21:54:51user1347091linkissue43059 messages
2021-01-28 21:54:51user1347091create