Python 3.x renamed the low-level module 'thread' to '_thread' -- I don't see why in the documentation. Does anyone know?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
It looks like the thread module became obsolete in 3.x in favor of the threading module. See PEP 3108. |
|||
|
|
|
It's been quite a long time since the low-level |
|||||||||
|
|
I think the old |
|||
|
|