[issue19863] Missing function attributes in 2.7 docs.

Serhiy Storchaka report at bugs.python.org
Mon Dec 2 20:01:48 CET 2013


Serhiy Storchaka added the comment:

Perhaps aliases should be added in same cell as original names?

       +-----------------------+-------------------------------+-----------+
       | :attr:`func_code`,    | The code object representing  | Writable  |
       | :attr:`__code__`      | the compiled function body.   |           |
       +-----------------------+-------------------------------+-----------+

Or add new "Alias" column?

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list