]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF bug 924242: socket._fileobject._getclosed() returns wrong value
authorTim Peters <tim.peters@gmail.com>
Sun, 28 Mar 2004 02:20:45 +0000 (02:20 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 28 Mar 2004 02:20:45 +0000 (02:20 +0000)
commit116d83ce710d4494a4d401edb6983aceef45b901
tree3f08f60a7c2d7d07b77280ed4b836526fc557404
parent165163f245b702f8011120bb5ce544f7c79fd461
SF bug 924242: socket._fileobject._getclosed() returns wrong value

The .closed property always returned the wrong result.

Bugfix candidate!
Lib/socket.py
Lib/test/test_socket.py