diff options
author | Georg Brandl <georg@python.org> | 2006-08-18 07:27:59 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-08-18 07:27:59 (GMT) |
commit | 648c1106719bbe60879588fd36f8eed8044094f5 (patch) | |
tree | cbe46a9fd37a6e451514a08446ca5ff2ee6cb6b9 /Misc/NEWS | |
parent | f2fcfa31dc0aa2ce0b1ebc04f2ad86add0303d63 (diff) | |
download | cpython-648c1106719bbe60879588fd36f8eed8044094f5.zip cpython-648c1106719bbe60879588fd36f8eed8044094f5.tar.gz cpython-648c1106719bbe60879588fd36f8eed8044094f5.tar.bz2 |
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.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,10 @@ Tests Documentation ------------- +- 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. + Build ----- |