[Python-Dev] Reference implementation for PEP 208 (coercion)

Neil Schemenauer nas@arctrix.com
Sun, 10 Dec 2000 05:46:46 -0800


Sourceforge unloads are not working.  The lastest version of the
patch for PEP 208 is here:

    http://arctrix.com/nas/python/coerce-6.0.diff

Operations on instances now call __coerce__ if it exists.  I
think the patch is now complete.  Converting other builtin types
to "new style numbers" can be done with a separate patch.

  Neil