Use super().method instead of socket.method in SSLSocket · Issue #76034 · python/cpython · GitHub
Skip to content

Use super().method instead of socket.method in SSLSocket #76034

Description

@earonesty
mannequin
BPO 31853
Nosy @warsaw, @tiran, @bitdancer, @njsmith, @methane, @atombrella, @earonesty
PRs
  • bpo-31853: Replaced socket.method calls with super() in SSLSocket. #4048
  • Replaced some instances of ClassName.method with super().method. #5799
  • 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/tiran'
    closed_at = <Date 2018-01-27.12:35:05.377>
    created_at = <Date 2017-10-23.20:26:17.415>
    labels = ['expert-SSL', 'type-feature', '3.7']
    title = 'Use super().method instead of socket.method in SSLSocket'
    updated_at = <Date 2018-03-27.11:36:40.552>
    user = 'https://github.com/earonesty'

    bugs.python.org fields:

    activity = <Date 2018-03-27.11:36:40.552>
    actor = 'christian.heimes'
    assignee = 'christian.heimes'
    closed = True
    closed_date = <Date 2018-01-27.12:35:05.377>
    closer = 'christian.heimes'
    components = ['SSL']
    creation = <Date 2017-10-23.20:26:17.415>
    creator = 'earonesty'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31853
    keywords = []
    message_count = 6.0
    messages = ['304838', '310856', '314516', '314518', '314520', '314521']
    nosy_count = 7.0
    nosy_names = ['barry', 'christian.heimes', 'r.david.murray', 'njs', 'methane', 'madsjensen', 'earonesty']
    pr_nums = ['4048', '5799']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue31853'
    versions = ['Python 3.7']

    Activity

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Metadata

    Metadata

    Assignees

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions