diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-08-20-10-52-40.bpo-44547.eu0iJq.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-08-20-10-52-40.bpo-44547.eu0iJq.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-08-20-10-52-40.bpo-44547.eu0iJq.rst b/Misc/NEWS.d/next/Library/2021-08-20-10-52-40.bpo-44547.eu0iJq.rst deleted file mode 100644 index a5f425e..0000000 --- a/Misc/NEWS.d/next/Library/2021-08-20-10-52-40.bpo-44547.eu0iJq.rst +++ /dev/null @@ -1,2 +0,0 @@ -Implement ``Fraction.__int__``, so that a :class:`fractions.Fraction` -instance ``f`` passes an ``isinstance(f, typing.SupportsInt)`` check. |