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

Minor Queue doc improvement #51656

Closed
flub mannequin opened this issue Nov 29, 2009 · 2 comments
Closed

Minor Queue doc improvement #51656

flub mannequin opened this issue Nov 29, 2009 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@flub
Copy link
Mannequin

flub mannequin commented Nov 29, 2009

BPO 7407
Nosy @akuchling, @birkenfeld, @rhettinger
Files
  • queue.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 = 'https://github.com/rhettinger'
    closed_at = <Date 2010-02-26.13:36:13.126>
    created_at = <Date 2009-11-29.16:00:10.545>
    labels = ['type-bug', 'docs']
    title = 'Minor Queue doc improvement'
    updated_at = <Date 2010-02-26.13:36:12.940>
    user = 'https://bugs.python.org/flub'

    bugs.python.org fields:

    activity = <Date 2010-02-26.13:36:12.940>
    actor = 'akuchling'
    assignee = 'rhettinger'
    closed = True
    closed_date = <Date 2010-02-26.13:36:13.126>
    closer = 'akuchling'
    components = ['Documentation']
    creation = <Date 2009-11-29.16:00:10.545>
    creator = 'flub'
    dependencies = []
    files = ['15413']
    hgrepos = []
    issue_num = 7407
    keywords = ['patch']
    message_count = 2.0
    messages = ['95806', '100149']
    nosy_count = 4.0
    nosy_names = ['akuchling', 'georg.brandl', 'rhettinger', 'flub']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue7407'
    versions = ['Python 2.6', 'Python 3.0', 'Python 3.1', 'Python 2.7', 'Python 3.2']

    @flub
    Copy link
    Mannequin Author

    flub mannequin commented Nov 29, 2009

    The documentation of the queue module (Queue in 2.x) does not mention
    that the constructors have a default argument of 0 for "maxsize". The
    trivial patch adds this (patch against py3k trunk).

    @flub flub mannequin assigned birkenfeld Nov 29, 2009
    @flub flub mannequin added docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error labels Nov 29, 2009
    @rhettinger rhettinger assigned rhettinger and unassigned birkenfeld Nov 29, 2009
    @akuchling
    Copy link
    Member

    Committed to 2.7trunk in r78463 and 3.2trunk in r78464. Thanks!

    @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-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants