eError, message
If you have a dict item with the same name as a method in the class, you
won't be able to get to it using syntax sugar, though.
It doesn't seem that the syntax sugar saves you much typing anyway
(a.foo vs. a['foo']), but perhaps it seems nicer in some aesthe
http://www.ferg.org/papers/debugging_in_python.html
python and vmware (interface)
using super():
super(class, instance).method()
class MyConfig(ConfigParser, object):
def add_section(self, section)
super(MyConfig, self).add_section(section)
effing the ineffable:
http://maverickphi