]> granicus.if.org Git - python/commit
os.urandom no longer masks unrelated exceptions like SystemExit or
authorGeorg Brandl <georg@python.org>
Tue, 1 Aug 2006 18:49:24 +0000 (18:49 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 1 Aug 2006 18:49:24 +0000 (18:49 +0000)
commit07fec3aa5a7c9fb6b1f8bae6bf6773892a702ea0
tree75a1a8b215e3266dcfc0fd5bba2530709e276eae
parent86e1e38059c7f2a1d8bdc4123a1600bc7b7a0f79
os.urandom no longer masks unrelated exceptions like SystemExit or
KeyboardInterrupt.
Lib/os.py
Misc/NEWS