mirror of
https://github.com/python/cpython.git
synced 2026-02-22 07:00:51 +00:00
bpo-39361: Document the removal of PyTypeObject.tp_print (GH-18125)
This commit is contained in:
parent
e9652e8d58
commit
2d5097663d
1 changed files with 5 additions and 0 deletions
|
|
@ -323,6 +323,11 @@ Build and C API Changes
|
|||
removed in Python 3.3.
|
||||
(Contributed by Victor Stinner in :issue:`38896`.)
|
||||
|
||||
* The ``tp_print`` slot of :ref:`PyTypeObject <type-structs>` has been removed.
|
||||
It was used for printing objects to files in Python 2.7 and before. Since
|
||||
Python 3.0, it has been ignored and unused.
|
||||
(Contributed by Jeroen Demeyer in :issue:`36974`.)
|
||||
|
||||
|
||||
Deprecated
|
||||
==========
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue