cpython: 8dcc4e017d42 (original) (raw)

Mercurial > cpython

changeset 84307:8dcc4e017d42 2.7

Issue #18277: Document quirks of multiprocessing queue. [#18277]

Richard Oudkerk shibturn@gmail.com
date Mon, 24 Jun 2013 14:45:24 +0100
parents a7db9f505e88
children f50bbae95bc8
files Doc/library/multiprocessing.rst
diffstat 1 files changed, 17 insertions(+), 0 deletions(-)[+] [-] Doc/library/multiprocessing.rst 17

line wrap: on

line diff

--- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -486,6 +486,23 @@ Note that one can also create a shared q the :mod:multiprocessing namespace so you need to import them from :mod:Queue. +.. note:: +

+

.. warning::