ANN: uid.py 1.0.2 -- Configurable unique ID generation

Tim Roberts timr at probo.com
Mon May 24 01:51:11 EDT 2004


Erik Max Francis <max at alcyone.com> wrote:
>
>Summary
>
>    Configurable unique ID generation.
>
>Overview
>
>    Provided is an implementation of a "unique" ID (UID) generator in
>    Python.  The implementation does not follow UUID or GUID
>    standards, ...

Maybe I'm being ridiculous, but intuitively, this makes me uncomfortable.
If one has a "unique ID" generator, isn't it likely that any change to its
configuration is only going to serve to reduce the "uniqueness"?

UUIDs and GUIDs are standardized for a reason.
-- 
- Tim Roberts, timr at probo.com
  Providenza & Boekelheide, Inc.



More information about the Python-list mailing list