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

Fix internal references for concurrent modules #62957

Closed
serhiy-storchaka opened this issue Aug 16, 2013 · 7 comments
Closed

Fix internal references for concurrent modules #62957

serhiy-storchaka opened this issue Aug 16, 2013 · 7 comments
Labels
docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

BPO 18757
Nosy @rhettinger, @brianquinlan, @pitrou, @ezio-melotti, @serhiy-storchaka
Files
  • refs.concurrect.diff
  • refs.concurrect.diff
  • 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 2013-08-23.21:49:02.221>
    created_at = <Date 2013-08-16.17:43:35.142>
    labels = ['type-feature', 'docs']
    title = 'Fix internal references for concurrent modules'
    updated_at = <Date 2013-08-23.21:49:02.220>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2013-08-23.21:49:02.220>
    actor = 'serhiy.storchaka'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2013-08-23.21:49:02.221>
    closer = 'serhiy.storchaka'
    components = ['Documentation']
    creation = <Date 2013-08-16.17:43:35.142>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = ['31322', '31328']
    hgrepos = []
    issue_num = 18757
    keywords = ['patch']
    message_count = 7.0
    messages = ['195378', '195380', '195388', '195432', '196013', '196038', '196039']
    nosy_count = 9.0
    nosy_names = ['rhettinger', 'bquinlan', 'pitrou', 'jnoller', 'ezio.melotti', 'docs@python', 'python-dev', 'sbt', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue18757'
    versions = ['Python 2.7', 'Python 3.3', 'Python 3.4']

    @serhiy-storchaka
    Copy link
    Member Author

    Here is a patch which fixes internal references in the documentation of concurrent modules: threading, multiprocessing, concurrent.futures, subprocess, queue, and select.

    @serhiy-storchaka serhiy-storchaka added the docs Documentation in the Doc dir label Aug 16, 2013
    @ezio-melotti
    Copy link
    Member

    Serhiy, seems you forgot to attach a patch.

    @ezio-melotti ezio-melotti added the type-feature A feature request or enhancement label Aug 16, 2013
    @serhiy-storchaka
    Copy link
    Member Author

    Sorry. It is here.

    @serhiy-storchaka
    Copy link
    Member Author

    Here is updated patch. Thank Ezio for found errors.

    @ezio-melotti
    Copy link
    Member

    LGTM.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Aug 23, 2013

    New changeset 6575074aae1c by Serhiy Storchaka in branch '3.3':
    Issue bpo-18757: Improved cross-references in the concurrent package.
    http://hg.python.org/cpython/rev/6575074aae1c

    New changeset 383d85249997 by Serhiy Storchaka in branch 'default':
    Issue bpo-18757: Improved cross-references in the concurrent package.
    http://hg.python.org/cpython/rev/383d85249997

    New changeset c24941251473 by Serhiy Storchaka in branch '2.7':
    Issue bpo-18757: Improved cross-references in the concurrent package.
    http://hg.python.org/cpython/rev/c24941251473

    @serhiy-storchaka
    Copy link
    Member Author

    Thank you for the review Ezio.

    @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
    docs Documentation in the Doc dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants