Commit dc704c67 authored by Georg Brandl's avatar Georg Brandl

In this case it is not useful to hide "threading".

parent 4443762b
......@@ -1912,7 +1912,7 @@ argument to override the default behavior of inheriting the ``deamon`` flag
value from the parent thread (:issue:`6064`).
The formerly private function ``_thread.get_ident`` is now available as the
public function :func:`~threading.get_ident`. This eliminates several cases of
public function :func:`threading.get_ident`. This eliminates several cases of
direct access to the ``_thread`` module in the stdlib. Third party code that
used ``_thread.get_ident`` should likewise be changed to use the new public
interface.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment