Author: brett.cannon Date: Sat Apr 15 11:35:38 2006 New Revision: 45431 Modified: python/branches/p3yk/Misc/NEWS Log: Mention how __coerce__ has been removed.
Modified: python/branches/p3yk/Misc/NEWS ============================================================================== --- python/branches/p3yk/Misc/NEWS (original) +++ python/branches/p3yk/Misc/NEWS Sat Apr 15 11:35:38 2006 @@ -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. _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
