This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients Nebelhom, docs@python, eric.araujo, ezio.melotti, fdrake, ghaering, petri.lehtinen
Date 2011-12-05.16:17:40
SpamBayes Score 1.9274316e-07
Marked as misclassified No
Message-id <1323101861.35.0.871726082936.issue13491@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2011-12-05 16:17:41eric.araujosetrecipients: + eric.araujo, fdrake, ghaering, ezio.melotti, docs@python, petri.lehtinen, Nebelhom
2011-12-05 16:17:41eric.araujosetmessageid: <1323101861.35.0.871726082936.issue13491@psf.upfronthosting.co.za>
2011-12-05 16:17:40eric.araujolinkissue13491 messages
2011-12-05 16:17:40eric.araujocreate