Style question

Paul Rubin http
Sat Dec 13 06:41:21 EST 2003


Kamus of Kadizhar <yan at NsOeSiPnAeMr.com> writes:
> remoteKD5hash = string.strip(Socket.recv(256)) ?
> 
> Or something better?

I think the preferred syntax these days is Socket.recv(256).strip()
but either way works.




More information about the Python-list mailing list