summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-25 09:24:38 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-25 09:24:38 (GMT)
commitc9b0953bda1339137a7280ab1b1085abbdf4977a (patch)
tree48054e8a21b63cfb3d901133d0cda75aaf57e220 /Misc
parent38feaf0fef244879411f094a7e68f542a6771dea (diff)
downloadcpython-c9b0953bda1339137a7280ab1b1085abbdf4977a.zip
cpython-c9b0953bda1339137a7280ab1b1085abbdf4977a.tar.gz
cpython-c9b0953bda1339137a7280ab1b1085abbdf4977a.tar.bz2
#2964: fix missing INCREF.
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 f385560..08bd092 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's new in Python 3.0b1?
Core and Builtins
-----------------
+- Issue #2964: fix a missing INCREF in instancemethod_descr_get.
+
- Issue 2895: Don't crash when given bytes objects as keyword names.
- Issue 2798: When parsing arguments with PyArg_ParseTuple, the "s" code now