diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-09-02 05:36:11 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-09-02 05:36:11 (GMT) |
commit | d712203d17d406b3ebdb1276e5f1694a2a7db120 (patch) | |
tree | a373256f30cd5a98b54a1bc70d57931a47a87d2c /Misc | |
parent | 2bb25cc1e212109dcba04feed4027a2447ec12d1 (diff) | |
download | cpython-d712203d17d406b3ebdb1276e5f1694a2a7db120.zip cpython-d712203d17d406b3ebdb1276e5f1694a2a7db120.tar.gz cpython-d712203d17d406b3ebdb1276e5f1694a2a7db120.tar.bz2 |
Issue #3708: os.urandom no longer goes into an infinite loop when passed a
non-integer floating point number.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,6 +72,9 @@ Library - Issue #3703: _fileio.FileIO gave unhelpful error message when trying to open a directory. +- Issue #3708: os.urandom no longer goes into an infinite loop when passed a + non-integer floating point number. + Extension Modules ----------------- |