On Wed, 03 Aug 2011 00:30:41 +0200
benjamin.peterson <python-checkins(a)python.org> wrote:
>
> diff --git a/Misc/NEWS b/Misc/NEWS
> --- a/Misc/NEWS
> +++ b/Misc/NEWS
> @@ -10,6 +10,8 @@
> Core and Builtins
> -----------------
>
> +- Add ThreadError to threading.__all__.
> +
This should surely be in the library section.
Regards
Antoine.