My only remaining point is that I'm not sure about is the behavior of get. I understand this class isn't a dict, but get() mirrored dict behavior by returning a value or None. Returning a value or raising an exception is the behavior of __getitem__ :) -- https://code.launchpad.net/~divmod-dev/divmod.org/829879-pypy-finalization-semantics/+merge/172946 Your team Divmod-dev is subscribed to branch lp:divmod.org.
-- Mailing list: https://launchpad.net/~divmod-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~divmod-dev More help : https://help.launchpad.net/ListHelp

