summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2006-04-15 09:35:38 (GMT)
committerBrett Cannon <bcannon@gmail.com>2006-04-15 09:35:38 (GMT)
commitba617af2989bd2eb625100b377e0cb745cae5f11 (patch)
tree2cf4ceea222d96b75859cf42bed4bc891eef1686 /Misc/NEWS
parent4cdada9af61caa842cc1b04bac1968356cda7b7d (diff)
downloadcpython-ba617af2989bd2eb625100b377e0cb745cae5f11.zip
cpython-ba617af2989bd2eb625100b377e0cb745cae5f11.tar.gz
cpython-ba617af2989bd2eb625100b377e0cb745cae5f11.tar.bz2
Mention how __coerce__ has been removed.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
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.