
May 16, 2011
1:56 p.m.
STINNER Victor <victor.stinner@haypocalc.com> added the comment: The threading API changed in Python 3 with the PEP 3108, especially and issue #2875. Extract of the PEP: "thread [done] * People should use 'threading' instead. * Rename 'thread' to _thread. * Deprecate dummy_thread and rename _dummy_thread. * Move thread.get_ident over to threading. * Guido has previously supported the deprecation [13]." The issue was closed by the commit [7fe3a8648ce2], "Issue #2875: Rename thread to _thread and dummy_thread to _dummy_thread." ---------- nosy: +brett.cannon, georg.brandl _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue12028> _______________________________________