]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #1541682: Fix example in the "Refcount details" API docs.
authorGeorg Brandl <georg@python.org>
Fri, 18 Aug 2006 07:25:22 +0000 (07:25 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 18 Aug 2006 07:25:22 +0000 (07:25 +0000)
commitdbd695839fd3ed1e87a77d21b1ec762432da7369
tree2851bf41f87bd0192c24534b415e2884c9af5a66
parentee76a565c341fda903466e1a34d0a8d0b52391b3
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.
 (backport)
Doc/api/abstract.tex
Doc/api/concrete.tex
Doc/api/intro.tex
Misc/NEWS