Skip to content

Commit d9c0488

Browse files
Update credicts.
1 parent 05eb292 commit d9c0488

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Doc/deprecations/pending-removal-in-3.20.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pending removal in Python 3.20
66
:meth:`~object.__init__` method on initialized :class:`~struct.Struct`
77
objects is deprecated and will be removed in Python 3.20.
88

9-
(Contributed by Sergey B Kirpichev in :gh:`143715`.)
9+
(Contributed by Sergey B Kirpichev and Serhiy Storchaka in :gh:`143715`.)
1010

1111
* The ``__version__``, ``version`` and ``VERSION`` attributes have been
1212
deprecated in these standard library modules and will be removed in

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,7 @@ New deprecations
15341534
:meth:`~object.__init__` method on initialized :class:`~struct.Struct`
15351535
objects is deprecated and will be removed in Python 3.20.
15361536

1537-
(Contributed by Sergey B Kirpichev in :gh:`143715`.)
1537+
(Contributed by Sergey B Kirpichev and Serhiy Storchaka in :gh:`143715`.)
15381538

15391539
* ``__version__``
15401540

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Calling the ``Struct.__new__()`` without required argument now is deprecated.
22
Calling :meth:`~object.__init__` method on initialized :class:`~struct.Struct`
3-
objects is deprecated. Patch by Sergey B Kirpichev.
3+
objects is deprecated.

0 commit comments

Comments
 (0)