Skip to content

Commit b98ebb0

Browse files
skirpichevvstinner
andauthored
Apply suggestions from code review
Co-authored-by: Victor Stinner <vstinner@python.org> Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
1 parent 2bac9b5 commit b98ebb0

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

Doc/library/array.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Notes:
7777
as :c:expr:`_Float16` type, if the compiler supports the Annex H
7878
of the C23 standard.
7979

80-
.. versionadded:: 3.15
80+
.. versionadded:: next
8181

8282
(4)
8383
Complex types (``F`` and ``D``) are available unconditionally,

Doc/whatsnew/3.15.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -637,10 +637,13 @@ argparse
637637
array
638638
-----
639639

640-
* Support half-floats (16-bit IEEE 754 binary interchange format, formatting
641-
character ``'e'``), the :c:expr:`float complex` and :c:expr:`double complex`
642-
C types (formatting characters ``'F'`` and ``'D'`` respectively).
643-
(Contributed by Sergey B Kirpichev in :gh:`146151` and :gh:`146238`.)
640+
* Support the :c:expr:`float complex` and :c:expr:`double complex` C types:
641+
formatting characters ``'F'`` and ``'D'`` respectively.
642+
(Contributed by Sergey B Kirpichev in :gh:`146151`.)
643+
644+
* Support half-floats (16-bit IEEE 754 binary interchange format): formatting
645+
character ``'e'``.
646+
(Contributed by Sergey B Kirpichev in :gh:`146238`.)
644647

645648

646649
base64

0 commit comments

Comments
 (0)