diff options
author | Brett Cannon <bcannon@gmail.com> | 2006-04-15 09:35:38 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2006-04-15 09:35:38 +0000 |
commit | ba617af2989bd2eb625100b377e0cb745cae5f11 (patch) | |
tree | 2cf4ceea222d96b75859cf42bed4bc891eef1686 | |
parent | 4cdada9af61caa842cc1b04bac1968356cda7b7d (diff) | |
download | cpython-git-ba617af2989bd2eb625100b377e0cb745cae5f11.tar.gz |
Mention how __coerce__ has been removed.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |