]> granicus.if.org Git - python/commit
Avoid using the obsolete rand module; and improve the randomness
authorGuido van Rossum <guido@python.org>
Sat, 11 Apr 1998 03:06:02 +0000 (03:06 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 11 Apr 1998 03:06:02 +0000 (03:06 +0000)
commit5c7e8cd26727fe9c32c286d5d051def4f0c29646
treed74cef978f9008e3342df8f804fc95b929815c6e
parent5fb2b61c6454d24a2b69e3444321cea1f6974e1f
Avoid using the obsolete rand module; and improve the randomness
of the boundary chosen by choose_boudary() by using milliseconds
of the timestamp.
Lib/mimetools.py