commit | 271410ad189d9482274a4acba44ae29059ae2b55 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Aug 24 15:23:20 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Aug 24 15:23:20 2001 +0000 |
tree | 4a0240aa66eb4f10a76715649bb9e1df55012b53 | |
parent | 833a8d86417f4832f5e3ad742f21fe10378388bb [diff] |
Change the getset type to take an optional third function argument: the delete function. (Question: should the attribute name also be recorded in the getset object? That makes the protocol more work, but may give us better error messages.)