This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients docs@python, martin.panter, pitrou, serhiy.storchaka
Date 2016-11-30.10:55:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
As of Issue 25701, the null-to-delete feature is documented as being deprecated in favour of calling the related Del functions or macros. There was a python-dev thread at <https://marc.info/[email protected]>.

I’m not sure if that is good enough, or do we need to e.g. clarify that the deprecation is only at the API (C header) level, and not the ABI level?
History
Date User Action Args
2016-11-30 10:55:40martin.pantersetrecipients: + martin.panter, pitrou, docs@python, serhiy.storchaka
2016-11-30 10:55:40martin.pantersetmessageid: <[email protected]>
2016-11-30 10:55:40martin.panterlinkissue22039 messages
2016-11-30 10:55:39martin.pantercreate