commit | 4e4d5d2a73688bf42e9789b336b9490a8569cba5 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Aug 02 17:29:30 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Aug 02 17:29:30 2011 -0500 |
tree | 0c2da331809750851fe46f93cbfcb6933a198866 | |
parent | 9c46480063c7cb758525654066158f33a60b2b12 [diff] [blame] |
NEWS note for bbeda42ea6a8
diff --git a/Misc/NEWS b/Misc/NEWS index 8000ca0..1120597 100644 --- 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.