int/long unification hides bugs

Andrew Dalke adalke at mindspring.com
Fri Oct 29 13:50:59 EDT 2004


Antoon Pardon wrote:
> The way I see myself using constrains, would mean I need them on
> a name, not on an object.

Then you'll have to use the approach Bengt Richter used
with his LimitedIntSpace solution, posted ealier in this thread.
Variable names are just references.  Only attribute names will
do what you want in Python.

				Andrew
				dalke at dalkescientific.com



More information about the Python-list mailing list