Question about super()
Qiang Guo
mcknight0219 at gmail.com
Mon Jan 16 22:35:46 GMT 2012
Hi, Sebastian
Sorry I didn't state my question clearly. In './ui/TTY.py:24', the
definition of class TTYFormatter, which is based on logging.Formatter,
right ? I checked the logging library (Python-2.6.5) on my machine and
found it is an old-style class. This means the TTYFormatter will not
trace back to a object type class, and therefore the use of super is not
legitimate.
The malfunction I observe on my machine is offlineimap just broke at
that line.
Qiang
More information about the OfflineIMAP-project
mailing list