diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-08-02 22:29:30 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-08-02 22:29:30 (GMT) |
commit | 4e4d5d2a73688bf42e9789b336b9490a8569cba5 (patch) | |
tree | 0c2da331809750851fe46f93cbfcb6933a198866 | |
parent | 9c46480063c7cb758525654066158f33a60b2b12 (diff) | |
download | cpython-4e4d5d2a73688bf42e9789b336b9490a8569cba5.zip cpython-4e4d5d2a73688bf42e9789b336b9490a8569cba5.tar.gz cpython-4e4d5d2a73688bf42e9789b336b9490a8569cba5.tar.bz2 |
NEWS note for bbeda42ea6a8
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |