File: python-apsw.NEWS

package info (click to toggle)
python-apsw 3.40.0.0-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 4,624 kB
  • sloc: python: 10,548; ansic: 9,585; javascript: 9,244; makefile: 16; sh: 7
file content (15 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 <joel@debian.org>  Sun, 03 Jun 2007 23:14:07 +0200