SF patch #1473132: Improve docs for tp_clear and tp_traverse,
by Collin Winter.
Bugfix candidate (but I'm not going to bother).
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a769b7..bc0f379 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -223,6 +223,8 @@
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.