commit | b519d23c167951f4f8a58137e322b09f5616019e | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Thu Mar 04 16:10:55 2010 +0000 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Thu Mar 04 16:10:55 2010 +0000 |
tree | fbdf2d62fbc261a04f09f21e45269749be5b3148 | |
parent | fb190f64b2658c860b4da5d0f6d98547718b9f12 [diff] [blame] |
Missing part from r78654
diff --git a/Lib/multiprocessing/process.py b/Lib/multiprocessing/process.py index 1a5c25f..c96a4b7 100644 --- a/Lib/multiprocessing/process.py +++ b/Lib/multiprocessing/process.py
@@ -179,7 +179,7 @@ @property def ident(self): ''' - Return indentifier (PID) of process or `None` if it has yet to start + Return identifier (PID) of process or `None` if it has yet to start ''' if self is _current_process: return os.getpid()