Files
cpython/Lib/lib-tk
Christian Heimes ff737954f3 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance).
Also removed im_class and renamed im_self to __self__ and im_func to __func__. im_class can be substituted with method.__self__.__class__.
I've also updated some parts of the documenation.
2007-11-27 10:40:20 +00:00
..
2006-08-21 00:26:58 +00:00
2006-08-19 16:53:45 +00:00
2007-08-30 01:19:48 +00:00