commit | 773d9f09becb5cbb6ceecb59a933f9848dcb6ace | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Mon Jan 15 20:28:50 2001 +0000 |
committer | Barry Warsaw <barry@python.org> | Mon Jan 15 20:28:50 2001 +0000 |
tree | 50736ae957ba21e700c022e36a5c2a8bff1d0cdb | |
parent | 051e335d420478a06a7026f6e74d2db2a20ab5d1 [diff] |
Document function attributes for both the function type and the method type. The method documentation also includes a new brief discussion of `bound' vs. `unbound' and why setting an attr on a bound method is a TypeError. Includes Skip's suggested text.