entry: Make Entry a subclass of dict
authorW. Trevor King <wking@tremily.us>
Sun, 30 Jun 2013 17:19:16 +0000 (13:19 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 30 Jun 2013 20:24:28 +0000 (16:24 -0400)
commit5898c2509a2d0735f0eca6a296b1d8166eff420e
tree5e63ebfba0fb97c51fccf150c0e2b3a1e8cf3bad
parent9c2dfb42318084dead69ffa8d7e51a4fcc6f8c6d
entry: Make Entry a subclass of dict

This gives us the familiar interface, and moves key/value processing
to a one-time-per-entry loop in ._fill_dict().
pycalendar/entry.py
pycalendar/feed.py