Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9652e8 commit 2d50976Copy full SHA for 2d50976
1 file changed
Doc/whatsnew/3.9.rst
@@ -323,6 +323,11 @@ Build and C API Changes
323
removed in Python 3.3.
324
(Contributed by Victor Stinner in :issue:`38896`.)
325
326
+* The ``tp_print`` slot of :ref:`PyTypeObject <type-structs>` has been removed.
327
+ It was used for printing objects to files in Python 2.7 and before. Since
328
+ Python 3.0, it has been ignored and unused.
329
+ (Contributed by Jeroen Demeyer in :issue:`36974`.)
330
+
331
332
Deprecated
333
==========
0 commit comments