[issue10005] Postgresql calls undefined method in __str__

2010-10-01 Thread Popa Claudiu
New submission from Popa Claudiu pcmantic...@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),

[issue10005] Postgresql calls undefined method in __str__

2010-10-01 Thread Popa Claudiu
Popa Claudiu pcmantic...@gmail.com added the comment: I meant Connection class calls the.. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10005 ___

[issue10005] Postgresql calls undefined method in __str__

2010-10-01 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: There is no postgresql client in the Python standard library, you'll need to report this bug on the appropriate project's tracker. -- nosy: +r.david.murray resolution: - invalid stage: - committed/rejected status: open - closed