Message263220
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 |
|
Date |
User |
Action |
Args |
2016-04-12 02:20:45 | ncoghlan | set | recipients:
+ ncoghlan, yselivanov, xiang.zhang |
2016-04-12 02:20:45 | ncoghlan | set | messageid: <1460427645.09.0.22640462181.issue26733@psf.upfronthosting.co.za> |
2016-04-12 02:20:45 | ncoghlan | link | issue26733 messages |
2016-04-12 02:20:44 | ncoghlan | create | |
|