]> granicus.if.org Git - python/commit
Two necessary fixes (but not enough to make tests pass):
authorGuido van Rossum <guido@python.org>
Tue, 3 Jul 2007 21:07:17 +0000 (21:07 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 3 Jul 2007 21:07:17 +0000 (21:07 +0000)
commit89687b9ba8dde610247805629187486a270af725
treea8690f3cacf6aaf0ce6c822245b0a57cd0a6d888
parent1f9f8254c44d18a60c1917eda2946e2fa426f3c6
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.
Lib/urllib2.py