This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients docs@python, mark.dickinson, serhiy.storchaka
Date 2013-12-02.19:01:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386010908.87.0.0078776145484.issue19863@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2013-12-02 19:01:48serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, docs@python
2013-12-02 19:01:48serhiy.storchakasetmessageid: <1386010908.87.0.0078776145484.issue19863@psf.upfronthosting.co.za>
2013-12-02 19:01:48serhiy.storchakalinkissue19863 messages
2013-12-02 19:01:48serhiy.storchakacreate