diff options
author | Guido van Rossum <guido@python.org> | 1997-08-11 21:52:17 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-11 21:52:17 (GMT) |
commit | 2567dd6d4487f665f67fa1b19458ab587b2eaace (patch) | |
tree | 95e31ca0bcc477be215ce8983aa105d364056d78 /Lib/urlopen.py | |
parent | 44620646fd7666dffa362137c9b69a3c9e18c715 (diff) | |
download | cpython-2567dd6d4487f665f67fa1b19458ab587b2eaace.zip cpython-2567dd6d4487f665f67fa1b19458ab587b2eaace.tar.gz cpython-2567dd6d4487f665f67fa1b19458ab587b2eaace.tar.bz2 |
Two changes:
(1) No longer close self.sock; close it on close(). (Guido)
(2) Don't use regular expressions for what can be done simply with
string.split() -- regex is thread unsafe. (Jeremy)
(3) Delete unused imports. (Jeremy)
Diffstat (limited to 'Lib/urlopen.py')
0 files changed, 0 insertions, 0 deletions