]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing NEWS entry for r65487
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 4 Aug 2008 12:47:17 +0000 (12:47 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 4 Aug 2008 12:47:17 +0000 (12:47 +0000)
Misc/NEWS

index 604fc398c2d917e182f9e2015c7a5ffa2e8b8d24..950d9cb7df429def85713fe04f7b2e3c9998cd1b 100644 (file)
--- 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?
 ================================