]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Document function attributes for both the function type and the method
authorBarry Warsaw <barry@python.org>
Mon, 15 Jan 2001 20:28:50 +0000 (20:28 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 15 Jan 2001 20:28:50 +0000 (20:28 +0000)
commit773d9f09becb5cbb6ceecb59a933f9848dcb6ace
tree50736ae957ba21e700c022e36a5c2a8bff1d0cdb
parent051e335d420478a06a7026f6e74d2db2a20ab5d1
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.
Doc/lib/libstdtypes.tex