]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
classobject.c moduleobject.c stdwinmodule.c xxobject.c:
authorGuido van Rossum <guido@python.org>
Fri, 4 Sep 1992 09:45:18 +0000 (09:45 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 4 Sep 1992 09:45:18 +0000 (09:45 +0000)
commit94472a0374f68fc7c746671eb87dc32253b02f05
tree2771e08e0f6355403716eac5d9db818643f7d732
parent9a4e3fc56a2bacc7af884117c53b37fdf104daa2
classobject.c moduleobject.c stdwinmodule.c xxobject.c:
raise AttributeError, not KeyError, when attribute deletion fails.
sunaudiodevmodule.c: check for deletion before calling setmember.
Modules/stdwinmodule.c
Modules/sunaudiodev.c
Objects/classobject.c
Objects/moduleobject.c
Objects/xxobject.c