mirror of
https://github.com/python/cpython.git
synced 2026-05-30 14:20:52 +00:00
What's New: add Zf and Zd to the memoryview entry
This commit is contained in:
parent
7cd717ec55
commit
c7840fa770
1 changed files with 4 additions and 3 deletions
|
|
@ -667,9 +667,10 @@ Other language changes
|
|||
(Contributed by James Hilton-Balfe in :gh:`128335`.)
|
||||
|
||||
* The class :class:`memoryview` now supports the :c:expr:`float complex` and
|
||||
:c:expr:`double complex` C types: formatting characters ``'F'`` and ``'D'``
|
||||
respectively.
|
||||
(Contributed by Sergey B Kirpichev in :gh:`146151`.)
|
||||
:c:expr:`double complex` C types: formatting characters ``'F'``/``'Zf'``
|
||||
and ``'D'``/``'Zd'`` respectively.
|
||||
(Contributed by Sergey B Kirpichev and Victor Stinner in :gh:`146151`
|
||||
and :gh:`148675`.)
|
||||
|
||||
* Allow the *count* argument of :meth:`bytes.replace` to be a keyword.
|
||||
(Contributed by Stan Ulbrych in :gh:`147856`.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue