summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/10151.improvement.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release/upcoming_changes/10151.improvement.rst')
-rw-r--r--doc/release/upcoming_changes/10151.improvement.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/release/upcoming_changes/10151.improvement.rst b/doc/release/upcoming_changes/10151.improvement.rst
deleted file mode 100644
index 3706a5132..000000000
--- a/doc/release/upcoming_changes/10151.improvement.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-Different C numeric types of the same size have unique names
-------------------------------------------------------------
-On any given platform, two of ``np.intc``, ``np.int_``, and ``np.longlong``
-would previously appear indistinguishable through their ``repr``, despite
-their corresponding ``dtype`` having different properties.
-A similar problem existed for the unsigned counterparts to these types, and on
-some platforms for ``np.double`` and ``np.longdouble``
-
-These types now always print with a unique ``__name__``.