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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to