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 66dbc04 commit 6d60b16Copy full SHA for 6d60b16
Doc/deprecations/pending-removal-in-3.20.rst
@@ -1,8 +1,8 @@
1
Pending removal in Python 3.20
2
------------------------------
3
4
-* Calling the ``Struct.__new__()`` without required argument now is
5
- deprecated and will be removed in Python 3.20. Calling
+* Calling the ``__new__()`` method of :class:`struct.Struct` without the
+ *format* argument is deprecated and will be removed in Python 3.20. Calling
6
:meth:`~object.__init__` method on initialized :class:`~struct.Struct`
7
objects is deprecated and will be removed in Python 3.20.
8
0 commit comments