]> granicus.if.org Git - python/commit
Bug #1541682: Fix example in the "Refcount details" API docs.
authorGeorg Brandl <georg@python.org>
Fri, 18 Aug 2006 07:27:59 +0000 (07:27 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 18 Aug 2006 07:27:59 +0000 (07:27 +0000)
commit648c1106719bbe60879588fd36f8eed8044094f5
treecbe46a9fd37a6e451514a08446ca5ff2ee6cb6b9
parentf2fcfa31dc0aa2ce0b1ebc04f2ad86add0303d63
Bug #1541682: Fix example in the "Refcount details" API docs.
Additionally, remove a faulty example showing PySequence_SetItem applied
to a newly created list object and add notes that this isn't a good idea.
Doc/api/abstract.tex
Doc/api/concrete.tex
Doc/api/intro.tex
Misc/NEWS