Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 28da7b8

Browse files
committed
move news note to correct section
1 parent e870fe6 commit 28da7b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ What's New in Python 3.3 Alpha 1?
1010
Core and Builtins
1111
-----------------
1212

13-
- Add ThreadError to threading.__all__.
14-
1513
- Make type(None), type(Ellipsis), and type(NotImplemented) callable. They
1614
return the respective singleton instances.
1715

@@ -256,6 +254,8 @@ Library
256254
sched_get_min_priority(), sched_get_max_priority(), sched_rr_get_interval(),
257255
sched_getaffinity(), sched_setaffinity().
258256

257+
- Add ThreadError to threading.__all__.
258+
259259
- Issues #11104, #8688: Fix the behavior of distutils' sdist command with
260260
manually-maintained MANIFEST files.
261261

0 commit comments

Comments
 (0)