Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e870fe6 commit 28da7b8Copy full SHA for 28da7b8
1 file changed
Misc/NEWS
@@ -10,8 +10,6 @@ What's New in Python 3.3 Alpha 1?
10
Core and Builtins
11
-----------------
12
13
-- Add ThreadError to threading.__all__.
14
-
15
- Make type(None), type(Ellipsis), and type(NotImplemented) callable. They
16
return the respective singleton instances.
17
@@ -256,6 +254,8 @@ Library
256
254
sched_get_min_priority(), sched_get_max_priority(), sched_rr_get_interval(),
257
255
sched_getaffinity(), sched_setaffinity().
258
+- Add ThreadError to threading.__all__.
+
259
- Issues #11104, #8688: Fix the behavior of distutils' sdist command with
260
manually-maintained MANIFEST files.
261
0 commit comments