[issue11952] typo in multiprocessing documentation: __main__ method should be replaced by __main__ module
New submission from akira <4kir4.1i@gmail.com>: s/method/module/: Functionality within this package requires that the ``__main__`` method be importable by the children. ---------- assignee: docs@python components: Documentation messages: 134724 nosy: akira, docs@python priority: normal severity: normal status: open title: typo in multiprocessing documentation: __main__ method should be replaced by __main__ module type: behavior versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11952> _______________________________________
Roundup Robot <devnull@devnull> added the comment: New changeset ef9bccfe64de by Ezio Melotti in branch '2.7': #11952: Fix typo in multiprocessing doc. http://hg.python.org/cpython/rev/ef9bccfe64de New changeset 1d3c5df88589 by Ezio Melotti in branch '3.1': #11952: Fix typo in multiprocessing doc. http://hg.python.org/cpython/rev/1d3c5df88589 New changeset 56c187b81d2b by Ezio Melotti in branch '3.2': #11952: merge with 3.1. http://hg.python.org/cpython/rev/56c187b81d2b New changeset 8eb794bbb967 by Ezio Melotti in branch 'default': #11952: merge with 3.2. http://hg.python.org/cpython/rev/8eb794bbb967 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11952> _______________________________________
Ezio Melotti <ezio.melotti@gmail.com> added the comment: Fixed, thanks for the report! ---------- assignee: docs@python -> ezio.melotti nosy: +ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: -Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11952> _______________________________________
participants (3)
-
akira
-
Ezio Melotti
-
Roundup Robot