"Tor Erik Soenvisen" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]

> which executes fine. Hence, 0-9999 is okey... But this is a relatively
> small range, and sooner or later you probably get two numbers with the same
> id... Thoughts anyone?

I think you are confusing yourself unnecessarily. The obvious way to implement
unique ids is to return the address of the object. It's very unlikely that two
different objects share the same address. 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to