[Python-checkins] cpython: NEWS note for bbeda42ea6a8

benjamin.peterson python-checkins at python.org
Wed Aug 3 00:30:41 CEST 2011


http://hg.python.org/cpython/rev/7b9dbee2e9f2
changeset:   71703:7b9dbee2e9f2
user:        Benjamin Peterson <benjamin at python.org>
date:        Tue Aug 02 17:29:30 2011 -0500
summary:
  NEWS note for bbeda42ea6a8

files:
  Misc/NEWS |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


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__.
+
 - Make type(None), type(Ellipsis), and type(NotImplemented) callable. They
   return the respective singleton instances.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list