SQLiteHandler: doc improvements + api update
commit21e304de48eb24f7c7aad0557290e5402a95cb50
authorLaurens Van Houtven <lvh@laurensvh.be>
Mon, 2 Mar 2009 11:10:18 +0000 (2 12:10 +0100)
committerLaurens Van Houtven <lvh@laurensvh.be>
Mon, 2 Mar 2009 11:10:18 +0000 (2 12:10 +0100)
tree4ca2038c4c4c8d9dce54ef2ab0ee5b6c1c5e812a
parentc6d8fb35489d5be8fcd2b68174e9eefe895765ef
SQLiteHandler: doc improvements + api update

The SQLiteHandler now supports **kwargs and passes them on to the constructor of its superclass. This means it now supports all those fancy new features like per-handler logging.

Also improved the docs for it. A lot :-)
code/breadcrumb/server/handlers/sqlite.py