[New-bugs-announce] [issue32362] multiprocessing.connection.Connection misdocumented as multiprocessing.Connection

Mark report at bugs.python.org
Mon Dec 18 05:17:27 EST 2017


New submission from Mark <markamery at btinternet.com>:

https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Connection 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 at python
components: Documentation
messages: 308539
nosy: Amery, docs at 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 at bugs.python.org>
<https://bugs.python.org/issue32362>
_______________________________________


More information about the New-bugs-announce mailing list