[issue11975] Fix referencing of built-in types (list, int, ...)

Ezio Melotti report at bugs.python.org
Thu Jun 9 18:27:41 CEST 2011


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

It won't (because there's the ~ in :func/class:`~__builtin__.int`).  Specifying the module would just be a workaround used to distinguish the 'int' in functions.rst from the one in stdtypes.rst.

----------

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


More information about the Python-bugs-list mailing list