From dc704c67513a2c561ec2e9ed48073c510300d1eb Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 2 Oct 2012 10:16:19 +0200 Subject: In this case it is not useful to hide "threading". --- Doc/whatsnew/3.3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 03a897b..f15962b 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -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. -- cgit v0.12