Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when
commit5e0ace999c17d55d38eef3dee6adf60feaa50567
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 30 Sep 2008 20:41:13 +0000 (30 20:41 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 30 Sep 2008 20:41:13 +0000 (30 20:41 +0000)
treea695d492144c5a3d408fffb932ef35a0af9d0a9e
parentbbd84e1e27d26bdd6e34a8ae5802f107c92c020c
Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when
calling fork() from a child thread.  This disables that unit test (with a note
printed to stderr) on those platforms.

A caveat about buggy platforms is added to the os.fork documentation.

git-svn-id: http://svn.python.org/projects/python/trunk@66703 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/library/os.rst
Lib/test/test_threading.py
Misc/NEWS