Usefulness of subclassing builtin number types
Martin v. Löwis
martin at v.loewis.de
Tue Dec 17 06:44:28 EST 2002
More information about the Python-list mailing list
Tue Dec 17 06:44:28 EST 2002
- Previous message (by thread): Usefulness of subclassing builtin number types
- Next message (by thread): Usefulness of subclassing builtin number types
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mike Meyer <mwm at mired.org> writes: > Those looking for insight into such issues might want to take a look > at Eiffel. It's INTEGER class defines all the operators as returning > an object of the class of the target. Alas, doesn't apply to Python. It's integer operations return objects of various types. Regards, Martin
- Previous message (by thread): Usefulness of subclassing builtin number types
- Next message (by thread): Usefulness of subclassing builtin number types
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list