]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Delete redundant read() and close() methods from SocketIO class.
authorGuido van Rossum <guido@python.org>
Fri, 27 Jul 2007 04:38:24 +0000 (04:38 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 27 Jul 2007 04:38:24 +0000 (04:38 +0000)
commit67feb09d065aee7a125b226c0249c4db37a1f4f4
tree60aa7463254e74c72a82540a50aea855996f5c66
parent97a7f1e4202f1113cab407ffa63e22ce27e5d58b
Delete redundant read() and close() methods from SocketIO class.
Lib/io.py