summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/language.rst1
-rw-r--r--Doc/library/python.rst1
-rw-r--r--Doc/library/threading.rst3
3 files changed, 4 insertions, 1 deletions
diff --git a/Doc/library/language.rst b/Doc/library/language.rst
index 3d907a0..1eac32e 100644
--- a/Doc/library/language.rst
+++ b/Doc/library/language.rst
@@ -26,4 +26,3 @@ These modules include:
compileall.rst
dis.rst
pickletools.rst
- distutils.rst
diff --git a/Doc/library/python.rst b/Doc/library/python.rst
index f307d7d..b67fbfc 100644
--- a/Doc/library/python.rst
+++ b/Doc/library/python.rst
@@ -25,3 +25,4 @@ overview:
inspect.rst
site.rst
fpectl.rst
+ distutils.rst
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst
index f642111..5ce6125 100644
--- a/Doc/library/threading.rst
+++ b/Doc/library/threading.rst
@@ -647,6 +647,9 @@ An event object manages an internal flag that can be set to true with the
Return true if and only if the internal flag is true.
+ .. versionchanged:: 2.6
+ The ``is_set()`` syntax is new.
+
.. method:: set()
Set the internal flag to true. All threads waiting for it to become true