dardoria / uuid

Common Lisp implementation of UUIDs according to RFC4122
47 stars 12 forks source link

Fix for v3 and v5 generation, more robust parsing #1

Closed scymtym closed 13 years ago

scymtym commented 13 years ago
scymtym commented 13 years ago

I saw the "{...}" form here http://docs.python.org/library/uuid.html#example when working on a multi-language project. It is not essential though. I can remove it.