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@python
components: Documentation
messages: 201933
nosy: docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19477>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to