SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593)

Remove complex special methods __int__, __float__, __floordiv__,
__mod__, __divmod__, __rfloordiv__, __rmod__ and __rdivmod__
which always raised a TypeError.
S
Serhiy Storchaka committed
e2ec0b27c02a158d0007c11dcc1f2d7a95948712
Parent: 48f305f
Committed by GitHub <noreply@github.com> on 10/9/2020, 11:14:37 AM