Skip to content

Commit a6ba24a

Browse files
committed
bpo-24234: Add whatsnew 3.11
1 parent 8f283da commit a6ba24a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,14 @@ Other Language Changes
169169
(Contributed by Serhiy Storchaka in :issue:`12022`.)
170170

171171

172+
Other CPython Implementation Changes
173+
====================================
174+
175+
* Special methods :meth:`complex.__complex__` and :meth:`bytes.__bytes__` are implemented to
176+
support :class:`typing.SupportsComplex` and :class:`typing.SupportsBytes` protocols.
177+
(Contributed by Mark Dickinson and Dong-hee Na in :issue:`24234`.)
178+
179+
172180
New Modules
173181
===========
174182

0 commit comments

Comments
 (0)