[issue44106] [sqlite3] don't use politicians in examples/docs

Erlend E. Aasland report at bugs.python.org
Tue May 11 03:02:53 EDT 2021


Erlend E. Aasland <erlend.aasland at innova.no> added the comment:

Berker, the following files are not included by Doc/library/sqlite3.rst:

- Doc/includes/sqlite3/countcursors.py
- Doc/includes/sqlite3/createdb.py             # never referenced by docs
- Doc/includes/sqlite3/execsql_fetchonerow.py
- Doc/includes/sqlite3/execsql_printall_1.py
- Doc/includes/sqlite3/parse_colnames.py
- Doc/includes/sqlite3/shared_cache.py
- Doc/includes/sqlite3/simple_tableprinter.py

All but createdb.py were referenced by doc/usage-guide.txt (pysqlite repo), which was deleted by pysqlite commit 64c9600 (2008-03-24) when pysqlite switched to Sphinx documentation.

Can I purge these in PR 26027, or do you want a separate issue/PR for this?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44106>
_______________________________________


More information about the Python-bugs-list mailing list