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

Document socket.SOL_SOCKET #58553

Open
techtonik mannequin opened this issue Mar 17, 2012 · 2 comments
Open

Document socket.SOL_SOCKET #58553

techtonik mannequin opened this issue Mar 17, 2012 · 2 comments
Labels
docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@techtonik
Copy link
Mannequin

techtonik mannequin commented Mar 17, 2012

BPO 14345
PRs
  • bpo-12887 and bpo-14345: Document the availability and uses of the SO_ constants. Document SOL_SOCKET #3072
  • 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 = None
    created_at = <Date 2012-03-17.05:43:01.492>
    labels = ['type-bug', 'docs']
    title = 'Document socket.SOL_SOCKET'
    updated_at = <Date 2017-08-11.05:34:58.680>
    user = 'https://bugs.python.org/techtonik'

    bugs.python.org fields:

    activity = <Date 2017-08-11.05:34:58.680>
    actor = 'BreamoreBoy'
    assignee = 'docs@python'
    closed = False
    closed_date = None
    closer = None
    components = ['Documentation']
    creation = <Date 2012-03-17.05:43:01.492>
    creator = 'techtonik'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 14345
    keywords = []
    message_count = 2.0
    messages = ['156140', '222241']
    nosy_count = 2.0
    nosy_names = ['techtonik', 'docs@python']
    pr_nums = ['3072']
    priority = 'normal'
    resolution = None
    stage = None
    status = 'open'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue14345'
    versions = ['Python 3.4', 'Python 3.5']

    @techtonik
    Copy link
    Mannequin Author

    techtonik mannequin commented Mar 17, 2012

    socket.get/setsockopt() docs can be improved by providing description for SOL_SOCKET constant, and link to source code for other level constants and socket level options.

    @techtonik techtonik mannequin assigned docspython Mar 17, 2012
    @techtonik techtonik mannequin added the docs Documentation in the Doc dir label Mar 17, 2012
    @BreamoreBoy
    Copy link
    Mannequin

    BreamoreBoy mannequin commented Jul 3, 2014

    I think this would be worth doing. All I could find out about SOL_SOCKET is that it's an int and has a value of 65535, at least on 3.4.1, Windows 7 32 bit.

    @BreamoreBoy BreamoreBoy mannequin added the type-bug An unexpected behavior, bug, or error label Jul 3, 2014
    @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

    0 participants