[issue34732] uuid returns version more than 5

2018-09-20 Thread jophine antony
jophine antony added the comment: I had raised a PR in github when i have created this ticket but forgot to add it here: https://github.com/python/cpython/pull/9413 -- ___ Python tracker <https://bugs.python.org/issue34

[issue34732] uuid returns version more than 5

2018-09-18 Thread jophine antony
New submission from jophine antony : When I validate the invalid uuid (RFC 4122 variant) for example '481a8de5-f0d1-f211-b425-e41f134196da'. It returns version number as 15 which is invalid. We need to retrun None in this case as we do for invalid UUIDs based on RFC 4122. -