File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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,
Original file line number Diff line number Diff line change @@ -637,10 +637,13 @@ argparse
637637array
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
646649base64
You can’t perform that action at this time.
0 commit comments