[issue10005] Postgresql calls undefined method in __str__

Popa Claudiu report at bugs.python.org
Fri Oct 1 14:58:41 CEST 2010


New submission from Popa Claudiu <pcmanticore at gmail.com>:

In postgresql library, client3.py, the "__str__" method defined in Connection close calls the undefined method self.exception_string as in the following line of code:

excstr = ''.join(self.exception_string(type(self.exception), self.exception))

----------
components: Library (Lib)
messages: 117793
nosy: Popa.Claudiu
priority: normal
severity: normal
status: open
title: Postgresql calls undefined method in __str__
type: behavior
versions: 3rd party

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10005>
_______________________________________


More information about the Python-bugs-list mailing list