summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 604fc398c2..950d9cb7df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -80,6 +80,14 @@ Build
- Generate the PatternGrammar pickle during "make install".
+Documentation
+-------------
+
+- Issue #643841: The language reference now provides more detailed
+ coverage of the lookup process for special methods. The disclaimers
+ regarding lack of coverage of new-style classes have also been
+ removed, since the coverage is now fairly reasonable.
+
What's New in Python 2.6 beta 2?
================================