[docs] [issue30882] Built-in list disappeared from Python 2.7 intersphinx inventory

Serhiy Storchaka report at bugs.python.org
Mon Jul 10 02:22:58 EDT 2017


Serhiy Storchaka added the comment:

This is caused by backporting some changes from 3.x. In 3.x the list class is described in two places, in functions.rst and in stdtypes.rst, and these changes fixed the ambiguity by excluding the reference in functions.rst from the index. But in 2.7 this is the only description of the list class.

We need either revert changes that exclude the reference to the list class description in functions.rst from the index, or add a description in stdtypes.rst.

----------
nosy: +serhiy.storchaka
type:  -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30882>
_______________________________________


More information about the docs mailing list