On Thu, 15 Oct 2020 at 16:31, Erlend Aasland <[email protected]> wrote: > > Actually both sqlite3.version and sqlite3.version_info, the former as a > string, the latter as a tuple.
However, sqlite3.sqlite_version and sqlite3.sqlite_version_info should definitely be retained, as they give the version of the sqlite library Python is using. (In general, I'm ambivalent about removing version attributes - I agree that they are basically useless, but there's little gain from removing them, and there's the risk of breaking code for essentially no reason. If we're looking to tidy things up, I'm fairly sure there are better candidates than this...) Paul _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/6PUP4FORLNX4TAEET42C6YN4SGR22SSU/ Code of Conduct: http://python.org/psf/codeofconduct/
