commit | ba617af2989bd2eb625100b377e0cb745cae5f11 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sat Apr 15 09:35:38 2006 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sat Apr 15 09:35:38 2006 +0000 |
tree | 2cf4ceea222d96b75859cf42bed4bc891eef1686 | |
parent | 4cdada9af61caa842cc1b04bac1968356cda7b7d [diff] |
Mention how __coerce__ has been removed.
diff --git a/Misc/NEWS b/Misc/NEWS index e5d19ec..3e147fb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -35,6 +35,8 @@ 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.