From ba617af2989bd2eb625100b377e0cb745cae5f11 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 15 Apr 2006 09:35:38 +0000 Subject: Mention how __coerce__ has been removed. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index e5d19ec..3e147fb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -35,6 +35,8 @@ TO DO Core and Builtins ----------------- +- __coerce__ has been removed. + - Classic classes are a thing of the past. All classes are new style. - Exceptions *must* derive from BaseException. -- cgit v0.12