From: Michael W. Hudson Date: Thu, 31 Mar 2005 10:28:30 +0000 (+0000) Subject: I meant to check this in with the last check in (CVS disturbs me X-Git-Tag: v2.4.2c1~252 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5fb960124b2c44f83b2067569b28d143f940b129;p=thirdparty%2FPython%2Fcpython.git I meant to check this in with the last check in (CVS disturbs me sometimes) --- diff --git a/Misc/NEWS b/Misc/NEWS index f80376b35c03..0f7dfed1d614 100644 --- 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 -----------------