[Python-3000] More PEP 3101 changes incoming

Bill Janssen janssen at parc.com
Mon Aug 13 19:10:23 CEST 2007


> Say I create a new int-like class, not derived from int, named MyInt. 
> And I want to use it like an int, maybe to print it as a hex number:

Then derive that class from "int", for heaven's sake!

Bill


More information about the Python-3000 mailing list