diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-11-30 10:32:40 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-11-30 10:32:40 (GMT) |
commit | ed82604e3f74682701afd974b93659fff044d352 (patch) | |
tree | 74b2cb7c6ffed60979d1c8ca8c29997f6fe68987 /Objects/stringobject.c | |
parent | a52b567a3f36004cc48f91feeb708548c20e57d5 (diff) | |
download | cpython-ed82604e3f74682701afd974b93659fff044d352.zip cpython-ed82604e3f74682701afd974b93659fff044d352.tar.gz cpython-ed82604e3f74682701afd974b93659fff044d352.tar.bz2 |
Issue #25701: Document that some C APIs can both set and delete items
Also document that using the dedicated functions to delete items is
preferred. Using PyObject_SetAttr/String() and PySequence_SetItem/Slice() for
deletion is deprecated.
Diffstat (limited to 'Objects/stringobject.c')
0 files changed, 0 insertions, 0 deletions