[docs] [issue19477] document tp_print() as being dead in Py3

Stefan Behnel report at bugs.python.org
Fri Nov 1 19:43:21 CET 2013


New submission from Stefan Behnel:

The "tp_print" slot is still documented as it was in Py2, although it is no longer used in Py3.

http://docs.python.org/3.4/c-api/typeobj.html?highlight=tp_print#PyTypeObject.tp_print

Given that it no longer serves any purpose, it should at least be deprecated and documented as unused/ignored (and eventually removed completely, at the same time as tp_reserved).

----------
assignee: docs at python
components: Documentation
messages: 201933
nosy: docs at python, scoder
priority: normal
severity: normal
status: open
title: document tp_print() as being dead in Py3
type: behavior
versions: Python 3.1, Python 3.2, Python 3.3, Python 3.4

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


More information about the docs mailing list