Éric Araujo <mer...@netwok.org> added the comment:

> Unfortunately, no word about the createdb.py business (the last bullet point 
> on the list)
> and whether it should be referred to in the doc.
If you make the whitespace more standard, use the tempfile module (to remove 
the os.remove line) and use with statements, the file is actually very short 
(so my earlier hypothesis about createdb was wrong :).

I think we could inline it (with a literalinclude directive) or link to it 
(with :source:`Doc/include/sqlite3/createdb.py`).  Add something like “If you 
want to run these examples, run this code to create and populate the initial 
database” and we’re set.

----------
nosy: +ezio.melotti

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13491>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to