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 socketmodule.c:sock_recvfrom_guts() comment. #45986

Closed
albertito mannequin opened this issue Dec 18, 2007 · 2 comments
Closed

Fix socketmodule.c:sock_recvfrom_guts() comment. #45986

albertito mannequin opened this issue Dec 18, 2007 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@albertito
Copy link
Mannequin

albertito mannequin commented Dec 18, 2007

BPO 1645
Nosy @gvanrossum
Files
  • 0001-Fix-socketmodule.c-sock_recvfrom_guts-comment.patch
  • 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 2007-12-18.20:10:48.629>
    created_at = <Date 2007-12-18.02:52:26.452>
    labels = ['library']
    title = 'Fix socketmodule.c:sock_recvfrom_guts() comment.'
    updated_at = <Date 2007-12-18.20:10:48.628>
    user = 'https://bugs.python.org/albertito'

    bugs.python.org fields:

    activity = <Date 2007-12-18.20:10:48.628>
    actor = 'gvanrossum'
    assignee = 'none'
    closed = True
    closed_date = <Date 2007-12-18.20:10:48.629>
    closer = 'gvanrossum'
    components = ['Library (Lib)']
    creation = <Date 2007-12-18.02:52:26.452>
    creator = 'albertito'
    dependencies = []
    files = ['8980']
    hgrepos = []
    issue_num = 1645
    keywords = ['patch']
    message_count = 2.0
    messages = ['58720', '58764']
    nosy_count = 2.0
    nosy_names = ['gvanrossum', 'albertito']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1645'
    versions = ['Python 2.6']

    @albertito
    Copy link
    Mannequin Author

    albertito mannequin commented Dec 18, 2007

    The comment above sock_recvfrom_guts() was copied from sock_recv_guts() and
    referenced recv() and recv_into() when it should be talking about recvfrom()
    and recvfrom_into().

    The attached patch (against trunk) fixes it.

    @albertito albertito mannequin added the stdlib Python modules in the Lib dir label Dec 18, 2007
    @gvanrossum
    Copy link
    Member

    Committed revision 59551.

    @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
    stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant