http.client request and send method have some datatype issues

未关闭
#67,928 12 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
25/100
Issue 类型
功能
描述清晰度
需要澄清
活跃度
停滞
技术栈
python
领域
networking

调研方向

Start by reading the http.client request and send entry points, then review the linked bpo-27340 dependency concerning bytes-like objects with socket.sendall(), SSL, and http.client. The issue is done when the datatype behavior described by the original request is resolved and covered by the relevant tests, but no specific files or expected cases are named here.

由索引模型根据 Issue 内容生成。

描述

easy stdlib type-feature
BPO 23740
Nosy @bitdancer, @axitkhurana, @vadmium, @serhiy-storchaka, @demianbrecht, @moreati, @Mariatta
Dependencies
  • bpo-27340: bytes-like objects with socket.sendall(), SSL, and http.client
  • 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 2015-03-22.19:28:44.718>
    labels = ['easy', 'type-feature']
    title = 'http.client request and send method have some datatype issues'
    updated_at = <Date 2021-03-05.21:15:27.127>
    user = 'https://github.com/bitdancer'
    

    bugs.python.org fields:

    activity = <Date 2021-03-05.21:15:27.127>
    actor = 'Alex.Willmer'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = []
    creation = <Date 2015-03-22.19:28:44.718>
    creator = 'r.david.murray'
    dependencies = ['27340']
    files = []
    hgrepos = []
    issue_num = 23740
    keywords = ['easy']
    message_count = 12.0
    messages = ['238928', '238935', '238952', '238960', '238964', '238969', '239023', '241190', '272118', '387967', '387975', '388165']
    nosy_count = 7.0
    nosy_names = ['r.david.murray', 'axitkhurana', 'martin.panter', 'serhiy.storchaka', 'demian.brecht', 'Alex.Willmer', 'Mariatta']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = 'needs patch'
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue23740'
    versions = ['Python 3.5']
    

    主要语言
    Python
    星标
    77.2k
    派生
    36k
    平均合并
    1 天 9 小时
    30 天内合并 PR
    558

    贡献指南

    打开贡献指南

    从这里开始

    1. 先读完整个 Issue,再读项目的贡献指南。
    2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
    3. Fork 仓库,在一个分支上完成修改。
    4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

    python/cpython 的其他 Issue

    查看 python/cpython 的全部 Issue

    相似的 Issue

    更多 Python Issue

    把新 issue 发到你的邮箱

    精选适合新手参与的 GitHub issue 摘要。