[issue31024] typing.Tuple is class but is defined as data inside https://docs.python.org/3.6/objects.inv

Aug. 23, 2017
5:27 a.m.
Guido van Rossum added the comment: OK, I think Sphinx is way too complicated for its own good, and it's arguably not the fault of Python's documentation that this doesn't work for you. I would like to close this issue as "won't fix", except... in a sense Tuple actually *is* a class, since you can subclass from e.g. Tuple[int, str]. @Levikvskyi, what do you think? ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue31024> _______________________________________
2854
Age (days ago)
2854
Last active (days ago)
0 comments
1 participants
participants (1)
-
Guido van Rossum