[issue45762] Missing `list` symbols in the object inventory

2021-11-13 Thread Éric Araujo
Éric Araujo added the comment: If you search in the index, there is no entry like 'append (list method)', only 'append (sequence method)': https://docs.python.org/3/genindex-A.html This goes to the reference docs, where list methods are documented indirectly by reference to the Sequence

[issue45762] Missing `list` symbols in the object inventory

2021-11-12 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: +eric.araujo, ezio.melotti, mdk, willingc versions: -Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9 ___ Python tracker ___

[issue45762] Missing `list` symbols in the object inventory

2021-11-09 Thread Matteo Bertucci
New submission from Matteo Bertucci : Sphinx generates a quite useful inventory file, listing all the different symbols available inside the documentation. You can find the docs.python.org inventory over at https://docs.python.org/objects.inv. The syntax of this file can be found here