On 2007-07-24, Clement <[EMAIL PROTECTED]> wrote:
> Is it possible to close the socket connection immediately in
> Python..
Sure. Just call the socket's close() method.
[You really ought to get that sticky '.' key fixed.]
> Because i am getting error even though i close it after
> all the
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 p