Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
75d5106b
Commit
75d5106b
authored
Jul 17, 2005
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ 912943 ] 7.5.6 Thread Objects is too vague
parent
5dbda75a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
Doc/lib/libthreading.tex
Doc/lib/libthreading.tex
+6
-1
No files found.
Doc/lib/libthreading.tex
View file @
75d5106b
...
...
@@ -594,7 +594,12 @@ unhandled exception -- or until the optional timeout occurs.
When the
\var
{
timeout
}
argument is present and not
\code
{
None
}
, it
should be a floating point number specifying a timeout for the
operation in seconds (or fractions thereof).
operation in seconds (or fractions thereof). As
\method
{
join()
}
always
returns
\code
{
None
}
, you must call
\method
{
isAlive()
}
to decide whether
a timeout happened.
When the
\var
{
timeout
}
argument is not present or
\code
{
None
}
, the
operation will block until the thread terminates.
A thread can be
\method
{
join()
}
ed many times.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment