Erlend Egeberg Aasland <[email protected]> added the comment:
Perhaps we should remove the (pysqlite) version attributes while we're there? Ref. https://mail.python.org/archives/list/[email protected]/message/NS6YVA3QCAXELK7KROOLULKXOF3KFFJA/ >>> import sqlite3 >>> sqlite3.version '2.6.0' >>> sqlite3.version_info (2, 6, 0) Berker? ---------- _______________________________________ 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
