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

Ezio Melotti report at bugs.python.org
Wed Jun 1 19:34:58 CEST 2011


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

FWIW using the class directive also adds a 'class' before the name, and I -1 about having int()/float()/etc. prepended by 'class' in the functions.rst page.
What happens if we leave ".. function::" there and use ".. class::" in another page where all the methods are actually documented?

----------

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


More information about the Python-bugs-list mailing list