File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,10 @@ Pending removal in Python 3.20
44* :mod: `struct `:
55
66 - Calling the ``__new__() `` method of :class: `struct.Struct ` without the
7- *format * argument is deprecated and will be removed in Python 3.20. Calling
8- :meth: `~object.__init__ ` method on initialized :class: `~struct.Struct `
9- objects is deprecated and will be removed in Python 3.20.
10-
11- (Contributed by Sergey B Kirpichev and Serhiy Storchaka in :gh: `143715 `.)
7+ *format * argument is deprecated and will be removed in Python 3.20. Calling
8+ :meth: `~object.__init__ ` method on initialized :class: `~struct.Struct `
9+ objects is deprecated and will be removed in Python 3.20.
10+ (Contributed by Sergey B Kirpichev and Serhiy Storchaka in :gh: `143715 `.)
1211
1312 - Support for ``'F' `` and ``'D' `` format type codes (the :c:expr: `float
1413 complex ` and :c:expr: `double complex ` C types, respectively)
You can’t perform that action at this time.
0 commit comments