Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiprocessing.connection.Connection misdocumented as multiprocessing.Connection #76543

Closed
ExplodingCabbage mannequin opened this issue Dec 18, 2017 · 5 comments
Closed
Labels
3.7 (EOL) end of life 3.8 only security fixes docs Documentation in the Doc dir easy type-bug An unexpected behavior, bug, or error

Comments

@ExplodingCabbage
Copy link
Mannequin

ExplodingCabbage mannequin commented Dec 18, 2017

BPO 32362
Nosy @serhiy-storchaka, @bbayles, @ExplodingCabbage, @miss-islington
PRs
  • bpo-32362: Fix references to non-existent multiprocessing.Connection() #6223
  • [3.7] bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223) #6639
  • [3.6] bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223) #6640
  • [2.7] bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223) #6646
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2018-05-05.13:21:58.093>
    created_at = <Date 2017-12-18.10:17:27.215>
    labels = ['easy', '3.8', 'type-bug', '3.7', 'docs']
    title = 'multiprocessing.connection.Connection misdocumented as multiprocessing.Connection'
    updated_at = <Date 2018-05-05.13:21:58.092>
    user = 'https://github.com/ExplodingCabbage'

    bugs.python.org fields:

    activity = <Date 2018-05-05.13:21:58.092>
    actor = 'serhiy.storchaka'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2018-05-05.13:21:58.093>
    closer = 'serhiy.storchaka'
    components = ['Documentation']
    creation = <Date 2017-12-18.10:17:27.215>
    creator = 'Amery'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 32362
    keywords = ['patch', 'easy']
    message_count = 5.0
    messages = ['308539', '315904', '315910', '315913', '316204']
    nosy_count = 5.0
    nosy_names = ['docs@python', 'serhiy.storchaka', 'bbayles', 'Amery', 'miss-islington']
    pr_nums = ['6223', '6639', '6640', '6646']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue32362'
    versions = ['Python 2.7', 'Python 3.6', 'Python 3.7', 'Python 3.8']

    @ExplodingCabbage
    Copy link
    Mannequin Author

    ExplodingCabbage mannequin commented Dec 18, 2017

    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?

    @ExplodingCabbage ExplodingCabbage mannequin added 3.8 only security fixes 3.7 (EOL) end of life labels Dec 18, 2017
    @ExplodingCabbage ExplodingCabbage mannequin added the docs Documentation in the Doc dir label Dec 18, 2017
    @berkerpeksag berkerpeksag added easy type-bug An unexpected behavior, bug, or error labels Mar 23, 2018
    @serhiy-storchaka
    Copy link
    Member

    New changeset 9f3535c by Serhiy Storchaka (Bo Bayles) in branch 'master':
    bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223)
    9f3535c

    @miss-islington
    Copy link
    Contributor

    New changeset cebce2e by Miss Islington (bot) in branch '3.7':
    bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223)
    cebce2e

    @miss-islington
    Copy link
    Contributor

    New changeset 9a039d5 by Miss Islington (bot) in branch '3.6':
    bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223)
    9a039d5

    @serhiy-storchaka
    Copy link
    Member

    New changeset 4a1bc26 by Serhiy Storchaka (Bo Bayles) in branch '2.7':
    [2.7] bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223) (GH-6646)
    4a1bc26

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life 3.8 only security fixes docs Documentation in the Doc dir easy type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants