]> granicus.if.org Git - python/commit
Issue #3708: os.urandom no longer goes into an infinite loop when passed a
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 2 Sep 2008 05:36:11 +0000 (05:36 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 2 Sep 2008 05:36:11 +0000 (05:36 +0000)
commitd712203d17d406b3ebdb1276e5f1694a2a7db120
treea373256f30cd5a98b54a1bc70d57931a47a87d2c
parent2bb25cc1e212109dcba04feed4027a2447ec12d1
Issue #3708: os.urandom no longer goes into an infinite loop when passed a
non-integer floating point number.
Lib/os.py
Lib/test/test_os.py
Misc/NEWS