Skip to content

Commit 35a4691

Browse files
committed
What's New: remove Sergey's name
1 parent 1a77688 commit 35a4691

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -669,8 +669,7 @@ Other language changes
669669
* The class :class:`memoryview` now supports the :c:expr:`float complex` and
670670
:c:expr:`double complex` C types: formatting characters ``'F'``/``'Zf'``
671671
and ``'D'``/``'Zd'`` respectively.
672-
(Contributed by Sergey B Kirpichev and Victor Stinner in :gh:`146151`
673-
and :gh:`148675`.)
672+
(Contributed by Victor Stinner in :gh:`146151` and :gh:`148675`.)
674673

675674
* Allow the *count* argument of :meth:`bytes.replace` to be a keyword.
676675
(Contributed by Stan Ulbrych in :gh:`147856`.)
@@ -722,8 +721,7 @@ array
722721

723722
* Support the :c:expr:`float complex` and :c:expr:`double complex` C types:
724723
formatting characters ``'F'``/``'Zf'`` and ``'D'``/``'Zd'`` respectively.
725-
(Contributed by Sergey B Kirpichev and Victor Stinner in :gh:`146151`
726-
and :gh:`148675`.)
724+
(Contributed by Victor Stinner in :gh:`146151` and :gh:`148675`.)
727725

728726
* Support half-floats (16-bit IEEE 754 binary interchange format): formatting
729727
character ``'e'``.

0 commit comments

Comments
 (0)