mirror of
https://github.com/python/cpython.git
synced 2026-05-16 09:29:00 -04:00
ff737954f3
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.