Message78257
The closed property of BufferedRWPair attempts to call the closed property
of its writer as a method, which fails because writer.closed is a bool.
The following code demonstrates the error:
import socket
socket.socket().makefile('rwb').closed |
|
Date |
User |
Action |
Args |
2008-12-24 08:15:36 | semanticist | set | recipients:
+ semanticist |
2008-12-24 08:15:35 | semanticist | set | messageid: <1230106535.65.0.877178060081.issue4736@psf.upfronthosting.co.za> |
2008-12-24 08:15:33 | semanticist | link | issue4736 messages |
2008-12-24 08:15:32 | semanticist | create | |
|