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 ncoghlan
Recipients ncoghlan, xiang.zhang, yselivanov
Date 2016-04-12.02:20:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460427645.09.0.22640462181.issue26733@psf.upfronthosting.co.za>
In-reply-to
Content
The code and test changes in the latest patch look good to me. For documentation, I suggest updating https://docs.python.org/3/library/dis.html#dis.dis to:

- say "it disassembles all methods (including class and static methods)" when describing how classes are handled.

- add a version changed note for 3.6 to say that class and static methods are disassembled in addition to normal instance methods when disassembling a class
History
Date User Action Args
2016-04-12 02:20:45ncoghlansetrecipients: + ncoghlan, yselivanov, xiang.zhang
2016-04-12 02:20:45ncoghlansetmessageid: <1460427645.09.0.22640462181.issue26733@psf.upfronthosting.co.za>
2016-04-12 02:20:45ncoghlanlinkissue26733 messages
2016-04-12 02:20:44ncoghlancreate