summaryrefslogtreecommitdiffstats
path: root/Lib/pipes.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-08-11 21:52:17 (GMT)
committerGuido van Rossum <guido@python.org>1997-08-11 21:52:17 (GMT)
commit2567dd6d4487f665f67fa1b19458ab587b2eaace (patch)
tree95e31ca0bcc477be215ce8983aa105d364056d78 /Lib/pipes.py
parent44620646fd7666dffa362137c9b69a3c9e18c715 (diff)
downloadcpython-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/pipes.py')
0 files changed, 0 insertions, 0 deletions