[docs] [issue13491] Fixes for sqlite3 doc

Éric Araujo report at bugs.python.org
Sat Feb 11 06:12:14 CET 2012


Éric Araujo <merwok at netwok.org> added the comment:

> No examples included in the documentation now require createdb.py to be run.
Cool!  These fixes should make it to 2.7 too; I can propose a patch if you don’t want to backport yourself.

> In the Doc/includes/sqlite3 directory there are still some scripts that require the
> createdb.py, so I didn't nuke the file.
Do these scripts (or a README file) explain about createdb.py?

> I also removed the strange "The arguments to :meth:`executescript` must be :func:`bytes`
> objects" sentence from the patch. I assume it was a mistake, as it's wrong.
Why not change it so that it’s correct?  (Maybe looking at the file history would show where the mistake comes from.)

> Ah, and I added a working example of a custom text_factory function
Nice.

----------
versions: +Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13491>
_______________________________________


More information about the docs mailing list