cpython/Objects
Guido van Rossum 91ab4a8353 If an attribute is deleted, __setattr__ is called with 2 instead of 3
arguments (adding __delattr__ was deemed too much overhead)
1994-08-16 22:13:47 +00:00
..
Makefile.in Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
accessobject.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
classobject.c If an attribute is deleted, __setattr__ is called with 2 instead of 3 1994-08-16 22:13:47 +00:00
dictobject.c
fileobject.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
floatobject.c New patches by Andrew to fix various problems 1994-08-12 12:52:35 +00:00
frameobject.c
funcobject.c
intobject.c
listobject.c
longobject.c
mappingobject.c
methodobject.c
moduleobject.c
object.c
rangeobject.c
stringobject.c
tupleobject.c
typeobject.c
xxobject.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00