summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-05-12 01:57:59 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-05-12 01:57:59 (GMT)
commitb06d28c16006ec66166f8bdf9523d68f200976af (patch)
tree4f2a7dd5239186fd844a8af147c87b5f1c9c01cf /Misc
parent1fb9f528bd69efa135bacda917ec7bb166068d5d (diff)
downloadcpython-b06d28c16006ec66166f8bdf9523d68f200976af.zip
cpython-b06d28c16006ec66166f8bdf9523d68f200976af.tar.gz
cpython-b06d28c16006ec66166f8bdf9523d68f200976af.tar.bz2
SF patch #1473132: Improve docs for tp_clear and tp_traverse,
by Collin Winter. Bugfix candidate (but I'm not going to bother).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 3f1b47c..f1caf97 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -658,6 +658,7 @@ Sue Williams
Frank Willison
Greg V. Wilson
Jody Winston
+Collin Winter
Dik Winter
Blake Winton
Jean-Claude Wippler
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a769b7..bc0f379 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -223,6 +223,8 @@ Tools
Documentation
-------------
+- Patch #1473132: Improve docs for ``tp_clear`` and ``tp_traverse``.
+
- PEP 343: Added Context Types section to the library reference
and attempted to bring other PEP 343 related documentation into
line with the implementation and/or python-dev discussions.