Python non blocking multi-client service

INADA Naoki songofacandy at gmail.com
Tue Aug 23 22:46:43 EDT 2016


> 
> I did that only for the debug reasons :-)

That's bad for debugging too.
Real Exception and Stacktrace are far better than print('Error')
on all time.  Never do it even for debugging.



More information about the Python-list mailing list