diff options
author | Raymond Hettinger <python@rcn.com> | 2003-08-15 21:17:04 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-08-15 21:17:04 (GMT) |
commit | ee562fc0846f40aa72c2cbb13983ac2882c0b6ee (patch) | |
tree | 121462510ecc964c5fadb60ec6bf6cac6ec85363 /Misc | |
parent | 98cad48171dd760e2d05fde320e87dad42bd5399 (diff) | |
download | cpython-ee562fc0846f40aa72c2cbb13983ac2882c0b6ee.zip cpython-ee562fc0846f40aa72c2cbb13983ac2882c0b6ee.tar.gz cpython-ee562fc0846f40aa72c2cbb13983ac2882c0b6ee.tar.bz2 |
Make sets.py compatible with Py2.2
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ Extension modules Library ------- +- sets.py now runs under Py2.2 + - random.seed() with no arguments or None uses time.time() as a default seed. Modified to match Py2.2 behavior and use fractional seconds so that successive runs are more likely to produce different sequences. |