Index: uuid.rst =================================================================== --- uuid.rst (revision 80697) +++ uuid.rst (working copy) @@ -150,6 +150,12 @@ Generate a random UUID. + .. warning:: + + The UUID library on OSX generates the same sequence of UUID values + in the parent process and all children created using :func:`os.fork` + (before calling :func:`os.execv`). + .. index:: single: uuid4