From 5fb960124b2c44f83b2067569b28d143f940b129 Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Thu, 31 Mar 2005 10:28:30 +0000 Subject: I meant to check this in with the last check in (CVS disturbs me sometimes) --- Misc/NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index f80376b3..0f7dfed 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 ----------------- -- cgit v0.12