diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-08-02 22:45:00 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-08-02 22:45:00 (GMT) |
commit | 28da7b8bea6da1b75a1603b384393fd1394359a7 (patch) | |
tree | c6a81440cff3a1b731f36525c2b4dee2dc7b2fb2 | |
parent | e870fe601a5e0b4c0438b7d64dad999cc8c327f2 (diff) | |
download | cpython-28da7b8bea6da1b75a1603b384393fd1394359a7.zip cpython-28da7b8bea6da1b75a1603b384393fd1394359a7.tar.gz cpython-28da7b8bea6da1b75a1603b384393fd1394359a7.tar.bz2 |
move news note to correct section
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,8 +10,6 @@ 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. @@ -256,6 +254,8 @@ Library sched_get_min_priority(), sched_get_max_priority(), sched_rr_get_interval(), sched_getaffinity(), sched_setaffinity(). +- Add ThreadError to threading.__all__. + - Issues #11104, #8688: Fix the behavior of distutils' sdist command with manually-maintained MANIFEST files. |