M. Anil Tuncel added the comment:
Are they still missing? inspect.ismodule() seems to be there at least.
https://docs.python.org/3/library/inspect.html
--
nosy: +anilbey
___
Python tracker
<https://bugs.python.org/issue19
M. Anil Tuncel added the comment:
I guess the use of negative indices serve the same purpose here as in lists or
strings.
Though as Ezio pointed out, the current behaviour is already accepting negative
indices but providing inconsistent results in comparison to various other
Python modules