Commit ba617af2 authored by Brett Cannon's avatar Brett Cannon

Mention how __coerce__ has been removed.

parent 4cdada9a
...@@ -35,6 +35,8 @@ TO DO ...@@ -35,6 +35,8 @@ TO DO
Core and Builtins Core and Builtins
----------------- -----------------
- __coerce__ has been removed.
- Classic classes are a thing of the past. All classes are new style. - Classic classes are a thing of the past. All classes are new style.
- Exceptions *must* derive from BaseException. - Exceptions *must* derive from BaseException.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment