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

Remove or deprecate JoinableQueue in asyncio docs #67652

Closed
ajdavis opened this issue Feb 14, 2015 · 3 comments
Closed

Remove or deprecate JoinableQueue in asyncio docs #67652

ajdavis opened this issue Feb 14, 2015 · 3 comments

Comments

@ajdavis
Copy link
Contributor

ajdavis commented Feb 14, 2015

BPO 23464
Nosy @gvanrossum, @vstinner, @bitdancer, @1st1, @ajdavis
Files
  • issue23464.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 2015-04-12.22:53:52.427>
    created_at = <Date 2015-02-14.14:35:14.553>
    labels = ['expert-asyncio']
    title = 'Remove or deprecate JoinableQueue in asyncio docs'
    updated_at = <Date 2015-04-12.22:53:52.424>
    user = 'https://github.com/ajdavis'

    bugs.python.org fields:

    activity = <Date 2015-04-12.22:53:52.424>
    actor = 'r.david.murray'
    assignee = 'none'
    closed = True
    closed_date = <Date 2015-04-12.22:53:52.427>
    closer = 'r.david.murray'
    components = ['asyncio']
    creation = <Date 2015-02-14.14:35:14.553>
    creator = 'emptysquare'
    dependencies = []
    files = ['38906']
    hgrepos = []
    issue_num = 23464
    keywords = []
    message_count = 3.0
    messages = ['235971', '240571', '240572']
    nosy_count = 6.0
    nosy_names = ['gvanrossum', 'vstinner', 'r.david.murray', 'python-dev', 'yselivanov', 'emptysquare']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue23464'
    versions = ['Python 3.4', 'Python 3.5']

    @ajdavis
    Copy link
    Contributor Author

    ajdavis commented Feb 14, 2015

    asyncio.JoinableQueue was once a distinct subclass of asyncio.Queue, now it's just a deprecated alias. Once this is merged into CPython:

    https://code.google.com/p/tulip/issues/detail?id=220

    ...then remove or deprecate JoinableQueue in asyncio-sync.rst

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Apr 12, 2015

    New changeset 2a18f6b85da2 by R David Murray in branch 'default':
    bpo-23464: remove JoinableQueue that was deprecated in 3.4.4.
    https://hg.python.org/cpython/rev/2a18f6b85da2

    @bitdancer
    Copy link
    Member

    Deprecation was done in 3.4, removal is now done in 3.5. Thanks, Jesse.

    @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
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants