"James Mills" <prolo...@shortcircuit.net.au> writes: > >>> "".join([hex(c) for c in os.urandom(10)]) > '0x540x6c0xdf0xd90xe10x7c0x330x370x9a0x8'
That doesn't look so good, because of all the 0x. -- http://mail.python.org/mailman/listinfo/python-list
"James Mills" <prolo...@shortcircuit.net.au> writes: > >>> "".join([hex(c) for c in os.urandom(10)]) > '0x540x6c0xdf0xd90xe10x7c0x330x370x9a0x8'
That doesn't look so good, because of all the 0x. -- http://mail.python.org/mailman/listinfo/python-list