diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2008-08-04 12:47:17 +0000 |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2008-08-04 12:47:17 +0000 |
commit | 2a0c2b13685a8e92f9ba0c17e10de99f49346379 (patch) | |
tree | 95f58e8865d8d69a6661a38c28bdfdace65dbe3b | |
parent | a510748085c194a825caaead350bfc439214fb7f (diff) | |
download | cpython-git-2a0c2b13685a8e92f9ba0c17e10de99f49346379.tar.gz |
Add missing NEWS entry for r65487
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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? ================================ |