Generating a unique identifier
Will Maier
willmaier at ml1.net
Fri Sep 7 08:14:34 EDT 2007
More information about the Python-list mailing list
Fri Sep 7 08:14:34 EDT 2007
- Previous message (by thread): Generating a unique identifier
- Next message (by thread): Generating a unique identifier
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Sep 07, 2007 at 12:03:23PM -0000, Steven D'Aprano wrote:
[...]
> which is easy enough, but I thought I'd check if there was an existing
> solution in the standard library that I missed. Also, for other
> applications, I might want them to be rather less predictable.
2.5 includes the uuid module for RFC 4122 universally-unique IDs:
http://docs.python.org/lib/module-uuid.html
--
[Will Maier]-----------------[willmaier at ml1.net|http://www.lfod.us/]
- Previous message (by thread): Generating a unique identifier
- Next message (by thread): Generating a unique identifier
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list