summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-08-18 07:27:59 (GMT)
committerGeorg Brandl <georg@python.org>2006-08-18 07:27:59 (GMT)
commit648c1106719bbe60879588fd36f8eed8044094f5 (patch)
treecbe46a9fd37a6e451514a08446ca5ff2ee6cb6b9 /Misc/NEWS
parentf2fcfa31dc0aa2ce0b1ebc04f2ad86add0303d63 (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d7932b8..069b714 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----