I signaled it as a bug, but I'm not sure.
If I open a connection inside a function, its destructor is not called (i.e. no close() is called...) when I exit from the function and I go out of the scope of that variable.

Anyone else experienced this problem?
RedHat 7.3, Python 2.2.1 from www.python.org, MySQLdb 0.9.2

Thank you!