We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d27a2b commit 9c36e32Copy full SHA for 9c36e32
1 file changed
Doc/whatsnew/3.15.rst
@@ -144,6 +144,18 @@ typing
144
(Contributed by Bénédikt Tran in :gh:`133823`.)
145
146
147
+Others
148
+------
149
+
150
+* Removed support for handling returned
151
+ non-:class:`float`/:class:`complex` types from
152
+ :meth:`~object.__float__` and :meth:`~object.__complex__`,
153
+ respectively. This had previously raised a
154
+ :exc:`DeprecationWarning` since Python 3.7.
155
+ (Contributed by Sergey B Kirpichev in :gh:`109311`.)
156
157
158
159
Porting to Python 3.15
160
======================
161
0 commit comments