commit | 89687b9ba8dde610247805629187486a270af725 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Jul 03 21:07:17 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Jul 03 21:07:17 2007 +0000 |
tree | a8690f3cacf6aaf0ce6c822245b0a57cd0a6d888 | |
parent | 1f9f8254c44d18a60c1917eda2946e2fa426f3c6 [diff] |
Two necessary fixes (but not enough to make tests pass): - Use os.urandom() as the only source of random bytes. - Don't reference socket._fileobject; use io.BufferedReader instead.