]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make test_uuid passed.
authorGuido van Rossum <guido@python.org>
Mon, 9 Jul 2007 14:03:08 +0000 (14:03 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 9 Jul 2007 14:03:08 +0000 (14:03 +0000)
commit65b6a80f19736d6313d5eb896d6b2fb6bbf65a03
treedc801172d4b3a66052afdf02713f746645026ed2
parent5e23d5732b8e549588be7b0cc7c3deeb300df7e0
Make test_uuid passed.
Change the UUID properties to use @property.
Change the UUID API so that .bytes and .bytes_le return, and the
corresponding arguments to __init__() require, values of type 'bytes'.
Lib/test/test_uuid.py
Lib/uuid.py