Any thoughts or objections? Matti _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-discussion
numpy.core has many ways to catalogue dtype names: sctypeDict, typeDict
(which is precisely sctypeDict), typecodes, and typename. We also
generate sctypeNA and typeNA but, as issue 11241 shows, it is sometimes
wrong. They are also not documented and never used inside numpy. Instead
of fixing it, I propose to remove sctypeNA and typeNA.
- [Numpy-discussion] Remove sctypeNA and typeNA from numpy co... Matti Picus