Your message dated Sat, 26 May 2007 12:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#425372: fixed in python-adodb 2.02b-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: python-adodb
Version: 2.01-2
Severity: normal
Tags: patch

There is a syntax error in adodb.py file that causes that adodb never really
close db connections..

Thanks to Laurent Licour for point me this and for the patch:

--- adodb.py.ori        2007-05-16 06:58:27.000000000 +0200
+++ adodb.py    2007-05-16 06:58:22.000000000 +0200
@@ -366,7 +366,7 @@

     def Close(self):
         try:
-            if _self._conn != None: self._conn.close()
+            if self._conn != None: self._conn.close()
         except:
             pass


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-adodb depends on:
ii  python                        2.4.4-6    An interactive high-level object-o
ii  python-support                0.6.4      automated rebuilding support for p

Versions of packages python-adodb recommends:
pn  python-mysqldb                <none>     (no description available)
pn  python-psycopg                <none>     (no description available)
ii  python-pysqlite2              2.3.3-2    python interface to SQLite 3

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: python-adodb
Source-Version: 2.02b-1

We believe that the bug you reported is fixed in the latest version of
python-adodb, which is due to be installed in the Debian FTP archive:

python-adodb_2.02b-1.diff.gz
  to pool/main/p/python-adodb/python-adodb_2.02b-1.diff.gz
python-adodb_2.02b-1.dsc
  to pool/main/p/python-adodb/python-adodb_2.02b-1.dsc
python-adodb_2.02b-1_all.deb
  to pool/main/p/python-adodb/python-adodb_2.02b-1_all.deb
python-adodb_2.02b.orig.tar.gz
  to pool/main/p/python-adodb/python-adodb_2.02b.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Gil <[EMAIL PROTECTED]> (supplier of updated python-adodb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 21 May 2007 17:55:33 +0000
Source: python-adodb
Binary: python-adodb
Architecture: source all
Version: 2.02b-1
Distribution: unstable
Urgency: low
Maintainer: David Gil <[EMAIL PROTECTED]>
Changed-By: David Gil <[EMAIL PROTECTED]>
Description: 
 python-adodb - A database abstraction library for python
Closes: 425372
Changes: 
 python-adodb (2.02b-1) unstable; urgency=low
 .
   * New upstream release:
     + Fixes a bug in 2.02.
       Close() did not release db connection properly (Closes: #425372)
Files: 
 5bf8622778c284fba71c440d1af1e84b 686 python optional python-adodb_2.02b-1.dsc
 454fa26d3e4ee7ced740f5e2c88e40cf 24892 python optional 
python-adodb_2.02b.orig.tar.gz
 29c118fdc5380b356d4f0b308dff767a 3327 python optional 
python-adodb_2.02b-1.diff.gz
 e919980c5ce83d367fab577d5aa7a622 43284 python optional 
python-adodb_2.02b-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGWCQssandgtyBSwkRAsvqAJ45vLwowbXWdmT2b6E7GT4FSWPOdQCeMqR+
Zb0Sba4BEVHHN7FLHtjs+B8=
=aD5b
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to