]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
NEWS note for bbeda42ea6a8
authorBenjamin Peterson <benjamin@python.org>
Tue, 2 Aug 2011 22:29:30 +0000 (17:29 -0500)
committerBenjamin Peterson <benjamin@python.org>
Tue, 2 Aug 2011 22:29:30 +0000 (17:29 -0500)
Misc/NEWS

index 8000ca0ac8d54751ebee05022b0d569795f0a772..11205971b93a4adcc75c0526fc49f15b82ea32da 100644 (file)
--- 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.