diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2020-05-27-22-19-42.bpo-40792.87Yx01.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-05-27-22-19-42.bpo-40792.87Yx01.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-05-27-22-19-42.bpo-40792.87Yx01.rst b/Misc/NEWS.d/next/Library/2020-05-27-22-19-42.bpo-40792.87Yx01.rst deleted file mode 100644 index 032a96c6a5c..00000000000 --- a/Misc/NEWS.d/next/Library/2020-05-27-22-19-42.bpo-40792.87Yx01.rst +++ /dev/null @@ -1,2 +0,0 @@ -The result of :func:`operator.index` now always has exact type :class:`int`. -Previously, the result could have been an instance of a subclass of ``int``. |