[issue5415] uuid module generates incorrect values for uuid3 (and possibly uuid5)

2009-07-01 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: I also found several threads saying that the RFC is wrong; the current uuid.py module returns the correct result. -- nosy: +amaury.forgeotdarc resolution: -> works for me status: open -> closed ___ Python trac

[issue5415] uuid module generates incorrect values for uuid3 (and possibly uuid5)

2009-03-07 Thread DSM
DSM added the comment: Hmm. I quickly wrote my own implementation and I agree with the uuid module and disagree with the RFC value. Further searching suggests that this may be an error in the RFC. See http://www.rfc-editor.org/errata_search.php?rfc=4122 ; see also http://bugs.sun.com/bugda

[issue5415] uuid module generates incorrect values for uuid3 (and possibly uuid5)

2009-03-03 Thread René Puls
New submission from René Puls : I am trying to recreate the sample output from appendix B of RFC 4122. http://www.ietf.org/rfc/rfc4122.txt In that document, a version 3 UUID is created using the DNS namespace (6ba7b810-9dad-11d1-80b4-00c04fd430c8, same as uuid.NAMESPACE_DNS in Python) and the