0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
cpython/Objects
Guido van Rossum 94472a0374 classobject.c moduleobject.c stdwinmodule.c xxobject.c:
raise AttributeError, not KeyError, when attribute deletion fails.
sunaudiodevmodule.c: check for deletion before calling setmember.
1992-09-04 09:45:18 +00:00
..
classobject.c classobject.c moduleobject.c stdwinmodule.c xxobject.c: 1992-09-04 09:45:18 +00:00
fileobject.c
floatobject.c
frameobject.c
funcobject.c
intobject.c
listobject.c Remove outdated warning in comments. 1992-09-03 20:44:36 +00:00
longobject.c
methodobject.c
moduleobject.c classobject.c moduleobject.c stdwinmodule.c xxobject.c: 1992-09-04 09:45:18 +00:00
object.c If a type has a repr function but no print function, printing it now 1992-09-03 20:32:55 +00:00
stringobject.c Remove bogus type-and-refcnt setting from newsizedstringobject(). 1992-09-03 20:44:02 +00:00
tupleobject.c
typeobject.c
xxobject.c classobject.c moduleobject.c stdwinmodule.c xxobject.c: 1992-09-04 09:45:18 +00:00