[docs] [issue25701] Document that tp_setattro and tp_setattr are used for deleting attributes

Serhiy Storchaka report at bugs.python.org
Sun Dec 6 10:30:17 EST 2015


Serhiy Storchaka added the comment:

I think the conclusion of Python_Dev discussion is that it is not worth to deprecate this behavior in the code. Current behavior of  PyObject_SetAttr and PySequence_SetItem should be documented with a deprecation notice.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25701>
_______________________________________


More information about the docs mailing list