From: Benjamin Peterson Date: Tue, 2 Aug 2011 22:29:30 +0000 (-0500) Subject: NEWS note for bbeda42ea6a8 X-Git-Tag: v3.3.0a1~1773 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e4d5d2a73688bf42e9789b336b9490a8569cba5;p=thirdparty%2FPython%2Fcpython.git NEWS note for bbeda42ea6a8 --- diff --git a/Misc/NEWS b/Misc/NEWS index 8000ca0ac8d5..11205971b93a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,6 +10,8 @@ What's New in Python 3.3 Alpha 1? Core and Builtins ----------------- +- Add ThreadError to threading.__all__. + - Make type(None), type(Ellipsis), and type(NotImplemented) callable. They return the respective singleton instances.