mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-90751: memoryview now supports half-float (#96738)
Co-authored-by: Antoine Pitrou <antoine@python.org>
This commit is contained in:
parent
c4e57fb6df
commit
8d75a13fde
5 changed files with 60 additions and 10 deletions
|
@ -94,6 +94,9 @@ Other Language Changes
|
|||
length limitation <int_max_str_digits>` documentation. The default limit
|
||||
is 4300 digits in string form.
|
||||
|
||||
* :class:`memoryview` now supports the half-float type (the "e" format code).
|
||||
(Contributed by Dong-hee Na and Antoine Pitrou in :gh:`90751`.)
|
||||
|
||||
|
||||
New Modules
|
||||
===========
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue