[issue4012] Minor errors in multiprocessing docs

osvenskan report at bugs.python.org
Wed Oct 22 17:56:10 CEST 2008


osvenskan <osvenskan at users.sourceforge.net> added the comment:

The Synchronization primitives section should mention that
sem_timedwait() isn't supported under OS X <=10.5.5 (and possibly later
versions) so as a result timeouts passed to acquire() will be ignored
(or raise an error?)

http://docs.python.org/dev/library/multiprocessing.html#synchronization-primitives

----------
nosy: +osvenskan

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4012>
_______________________________________


More information about the Python-bugs-list mailing list