Skip to content

Make codecs.StreamReader.read() more compatible with read() of other files #76291

@serhiy-storchaka

Description

@serhiy-storchaka
BPO 32110
Nosy @malemburg, @serhiy-storchaka
PRs
  • bpo-32110: codecs.StreamReader.read(n) now returns not more than n #4499
  • [3.6] bpo-32110: codecs.StreamReader.read(n) now returns not more than n (GH-4499) #4622
  • [2.7] bpo-32110: codecs.StreamReader.read(n) now returns not more than n (GH-4499) #4623
  • 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/serhiy-storchaka'
    closed_at = <Date 2017-11-29.00:16:20.405>
    created_at = <Date 2017-11-22.07:40:16.875>
    labels = ['3.7', 'type-bug', 'library', 'expert-IO']
    title = 'Make codecs.StreamReader.read() more compatible with read() of other files'
    updated_at = <Date 2017-11-29.00:16:20.404>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2017-11-29.00:16:20.404>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2017-11-29.00:16:20.405>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)', 'IO']
    creation = <Date 2017-11-22.07:40:16.875>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 32110
    keywords = ['patch']
    message_count = 6.0
    messages = ['306701', '306705', '306710', '307191', '307194', '307196']
    nosy_count = 2.0
    nosy_names = ['lemburg', 'serhiy.storchaka']
    pr_nums = ['4499', '4622', '4623']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue32110'
    versions = ['Python 2.7', 'Python 3.6', 'Python 3.7']

    Metadata

    Metadata

    Labels

    3.7 (EOL)end of lifestdlibStandard Library Python modules in the Lib/ directorytopic-IOtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions