def uuid4(): """Generate a random UUID.""" return UUID(bytes=os.urandom(16), version=4)
So there really shouldn't be anyone using that today, thankfully.