]> 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:28:03 +0000 (07:28 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 18 Aug 2006 07:28:03 +0000 (07:28 +0000)
commit595d9b6bc661e8609712593a0cb8692f7e9dcd59
treeec32cbc3beddfce02c8edb39c38845fa77d2f6a9
parent2c3a256351488b0729437d59162e5181a3ab4dd1
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 from rev. 51364)
Doc/api/abstract.tex
Doc/api/concrete.tex
Doc/api/intro.tex
Misc/NEWS