This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Claudiu.Popa
Recipients Claudiu.Popa
Date 2010-10-01.12:58:39
SpamBayes Score 0.00015115792
Marked as misclassified No
Message-id <1285937921.5.0.29820555696.issue10005@psf.upfronthosting.co.za>
In-reply-to
Content
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))
History
Date User Action Args
2010-10-01 12:58:41Claudiu.Popasetrecipients: + Claudiu.Popa
2010-10-01 12:58:41Claudiu.Popasetmessageid: <1285937921.5.0.29820555696.issue10005@psf.upfronthosting.co.za>
2010-10-01 12:58:40Claudiu.Popalinkissue10005 messages
2010-10-01 12:58:39Claudiu.Popacreate