Wednesday, 24 July 2013

threading, thread and _thread

thread is the "old school" module for threading, threading is the "new way". _thread is the implementation of threading in Python 3.0.  It was so-named in Py3K to label it as an implementation "detail".

No comments: