On Wed, Dec 4, 2013 at 10:30 PM, Jussi Piitulainen <[email protected]> wrote: > Hm. Can't specific classes be made to behave this way even now by > implementing suitable underscored methods?
Yup. Definitely possible. I don't think it'd be a good idea, though, not without somehow changing every dict method into a stand-alone function. ChrisA -- https://mail.python.org/mailman/listinfo/python-list
