]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Mention how __coerce__ has been removed.
authorBrett Cannon <bcannon@gmail.com>
Sat, 15 Apr 2006 09:35:38 +0000 (09:35 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 15 Apr 2006 09:35:38 +0000 (09:35 +0000)
Misc/NEWS

index e5d19ecabfbcc86d7f615de2c238322a93576965..3e147fb7750a8e449e380ba45b34d793ab9c06ed 100644 (file)
--- 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.