python-apsw (3.3.13-r1-2) unstable; urgency=low Notable changes since python-apsw 3.3.5r1: You must now explicitly call close() on Connection objects. If you do not call close then a detailed error message will be printed when Connection's destructor runs and cleanup will not happen of that connection. All strings returned by APSW are now in Unicode. Previously strings that consisted only of ASCII characters were returned as the string type and other strings were returned as the unicode type. -- Joel Rosdahl Sun, 03 Jun 2007 23:14:07 +0200