summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-08-02 22:29:30 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-08-02 22:29:30 (GMT)
commit4e4d5d2a73688bf42e9789b336b9490a8569cba5 (patch)
tree0c2da331809750851fe46f93cbfcb6933a198866
parent9c46480063c7cb758525654066158f33a60b2b12 (diff)
downloadcpython-4e4d5d2a73688bf42e9789b336b9490a8569cba5.zip
cpython-4e4d5d2a73688bf42e9789b336b9490a8569cba5.tar.gz
cpython-4e4d5d2a73688bf42e9789b336b9490a8569cba5.tar.bz2
NEWS note for bbeda42ea6a8
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8000ca0..1120597 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.