]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
I meant to check this in with the last check in (CVS disturbs me
authorMichael W. Hudson <mwh@python.net>
Thu, 31 Mar 2005 10:28:30 +0000 (10:28 +0000)
committerMichael W. Hudson <mwh@python.net>
Thu, 31 Mar 2005 10:28:30 +0000 (10:28 +0000)
sometimes)

Misc/NEWS

index f80376b35c033b760b657a3bf3c3659e2202619d..0f7dfed1d614b26026c031d29a121d79dd5bc2ee 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,6 +7,14 @@ Python News
 What's New in Python 2.4.2a
 ===========================
 
+*Release date: XX-XXX-2005*
+
+Core and builtins
+-----------------
+
+- Bug #1165306: instancemethod_new allowed the creation of a method
+  with im_class == im_self == NULL, which caused a crash when called.
+
 Extension Modules
 -----------------