]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__
authorYury Selivanov <yselivanov@sprymix.com>
Sun, 2 Mar 2014 17:25:27 +0000 (12:25 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Sun, 2 Mar 2014 17:25:27 +0000 (12:25 -0500)
commitd930d85f120d67f7bab3f69f881bb1c65f462ea7
tree480dcd72a7df5f0e9ab2b0e37e14ecedffe9d475
parent90c5c8ad5c78865e0177ab40fd83fa5345b19a79
Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__
Lib/test/test_inspect.py
Misc/NEWS
Objects/typeobject.c