]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Updated documentation to:
authorJim Fulton <jim@zope.com>
Wed, 14 Jul 2004 19:07:24 +0000 (19:07 +0000)
committerJim Fulton <jim@zope.com>
Wed, 14 Jul 2004 19:07:24 +0000 (19:07 +0000)
commit7a0e8bc283590c1db93cbb313650a959d8cc1f31
treef3b516b1f2f187755d0155858a63f8557bb8d464
parenta643b658a7cd1d820fd561665402705f0f76b1d0
Updated documentation to:

- point out the importance of reassigning data members before
  assigning thier values

- correct my missconception about return values from visitprocs. Sigh.

- mention the labor saving Py_VISIT and Py_CLEAR macros.
Doc/ext/newtypes.tex
Doc/ext/noddy2.c
Doc/ext/noddy3.c
Doc/ext/noddy4.c