diff options
author | Brett Cannon <bcannon@gmail.com> | 2006-04-15 09:35:38 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2006-04-15 09:35:38 (GMT) |
commit | ba617af2989bd2eb625100b377e0cb745cae5f11 (patch) | |
tree | 2cf4ceea222d96b75859cf42bed4bc891eef1686 /Misc/NEWS | |
parent | 4cdada9af61caa842cc1b04bac1968356cda7b7d (diff) | |
download | cpython-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/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. |