summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-25 09:32:09 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-25 09:32:09 (GMT)
commit1bcf35ae39a7db66666b001252886d82c755110b (patch)
treebeee3584c97218d06eabf00fdf994842c0a131be /Misc
parentc9b0953bda1339137a7280ab1b1085abbdf4977a (diff)
downloadcpython-1bcf35ae39a7db66666b001252886d82c755110b.zip
cpython-1bcf35ae39a7db66666b001252886d82c755110b.tar.gz
cpython-1bcf35ae39a7db66666b001252886d82c755110b.tar.bz2
#2963: fix method cache types.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 08bd092..a8da635 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's new in Python 3.0b1?
Core and Builtins
-----------------
+- Issue #2963: fix merging oversight that disabled method cache for all types.
+
- Issue #2964: fix a missing INCREF in instancemethod_descr_get.
- Issue 2895: Don't crash when given bytes objects as keyword names.