[issue33556] leftover thread crumb in threading.ident docstring

Zachary Ware report at bugs.python.org
Thu May 17 10:13:20 EDT 2018


Zachary Ware <zachary.ware at gmail.com> added the comment:

Rather than a leading underscore, I think `thread.` should just be removed.  `get_ident` is now exposed by the threading module itself.

For a change this small, https://github.com/python/cpython/edit/master/Lib/threading.py can be used to create it, but every change requires a PR :)

----------
nosy: +zach.ware

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33556>
_______________________________________


More information about the Python-bugs-list mailing list