[issue32362] multiprocessing.connection.Connection misdocumented as multiprocessing.Connection
New submission from Mark <markamery@btinternet.com>: https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Conne... purports to document the multiprocessing.Connection class. There's no such thing: Python 3.6.1 (v3.6.1:69c0db5050, Mar 21 2017, 01:21:04) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyright", "credits" or "license" for more information.
import multiprocessing multiprocessing.Connection Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: module 'multiprocessing' has no attribute 'Connection'
I think it should be multiprocessing.connection.Connection? ---------- assignee: docs@python components: Documentation messages: 308539 nosy: Amery, docs@python priority: normal severity: normal status: open title: multiprocessing.connection.Connection misdocumented as multiprocessing.Connection versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32362> _______________________________________
Change by Berker Peksag <berker.peksag@gmail.com>: ---------- keywords: +easy stage: -> needs patch type: -> behavior versions: -Python 3.4, Python 3.5 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32362> _______________________________________
Change by bbayles <bbayles@gmail.com>: ---------- keywords: +patch pull_requests: +5964 stage: needs patch -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32362> _______________________________________
Change by bbayles <bbayles@gmail.com>: ---------- nosy: +bbayles _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32362> _______________________________________
Serhiy Storchaka <storchaka+cpython@gmail.com> added the comment: New changeset 9f3535c9cde8813ce631d6ebe4d790682f594828 by Serhiy Storchaka (Bo Bayles) in branch 'master': bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223) https://github.com/python/cpython/commit/9f3535c9cde8813ce631d6ebe4d790682f5... ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32362> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +6335 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32362> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +6336 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32362> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset cebce2e8d15db101435194f79be31b5d80455bb0 by Miss Islington (bot) in branch '3.7': bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223) https://github.com/python/cpython/commit/cebce2e8d15db101435194f79be31b5d804... ---------- nosy: +miss-islington _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32362> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 9a039d5679a5838c876ff607ce2f5d8dc0fb307a by Miss Islington (bot) in branch '3.6': bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223) https://github.com/python/cpython/commit/9a039d5679a5838c876ff607ce2f5d8dc0f... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32362> _______________________________________
Change by bbayles <bbayles@gmail.com>: ---------- pull_requests: +6343 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32362> _______________________________________
Serhiy Storchaka <storchaka+cpython@gmail.com> added the comment: New changeset 4a1bc26832048325aecc01a4783a4984496d52d2 by Serhiy Storchaka (Bo Bayles) in branch '2.7': [2.7] bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223) (GH-6646) https://github.com/python/cpython/commit/4a1bc26832048325aecc01a4783a4984496... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32362> _______________________________________
Change by Serhiy Storchaka <storchaka+cpython@gmail.com>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32362> _______________________________________
participants (5)
-
bbayles -
Berker Peksag -
Mark -
miss-islington -
Serhiy Storchaka