]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
improve abstract property support (closes #11610)
authorBenjamin Peterson <benjamin@python.org>
Thu, 15 Dec 2011 20:34:02 +0000 (15:34 -0500)
committerBenjamin Peterson <benjamin@python.org>
Thu, 15 Dec 2011 20:34:02 +0000 (15:34 -0500)
commitbfebb7b54a50f01104f7b6169de77f7fc8feb912
treeef88caf96404fbb445d25a695eaa8e51bc750566
parenta8ff01ca7422117dcd906ee2ea55c5293eeceb24
improve abstract property support (closes #11610)

Thanks to Darren Dale for patch.
12 files changed:
Doc/library/abc.rst
Doc/whatsnew/3.3.rst
Include/object.h
Lib/abc.py
Lib/numbers.py
Lib/test/test_abc.py
Lib/test/test_property.py
Misc/ACKS
Misc/NEWS
Objects/descrobject.c
Objects/funcobject.c
Objects/object.c