[issue21968] 'abort' object is not callable
Ezio Melotti
report at bugs.python.org
Sat Jul 12 23:14:25 CEST 2014
Ezio Melotti added the comment:
In imaplib, abort is either raised or caught (in addition to be the defined once), so the error doesn't seem to be there.
I suggest you to try and print self.abort (and possibly its repr()/id() or similar informations) and try to determine if/when it gets changed and then try to find out what changed it to what.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21968>
_______________________________________
More information about the Python-bugs-list
mailing list