On 2019-04-01, Paul Rubin <no.email@nospam.invalid> wrote:
> John Doe <j...@johniedoe.com> writes:
>> sendall also is not sending a whole sentence. 
>
> Have you observed that with something like wireshark?
>


I was about colon ":" before message with a colon a whole message is
" before message with a colon a whole message is sent.
 .
 
> Also, to do a nonterminating loop in Python, use "while True".  Your use
> of tail recursion is traditional in functional programming but in Python
> it will end up leaking memory by pushing a new stack frame at each
> recursive call.
>
And here I'm stuck indeed.

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to