Problem in Socket.....

Diez B. Roggisch deets at nospam.web.de
Tue Jul 24 14:13:39 EDT 2007


Clement schrieb:
> Is it possible to close the socket connection immediately in
> Python...... Because i am getting error even though i close it after
> all the transfer.... I read from one article it is possible in C
> socket.... Whether is it possible in Python?
> 

Which error? And usually the python api for sockets just wraps the 
C-calls, so you should have the same options to properly close it.

Diez



More information about the Python-list mailing list