Skip to content

Cannot use both read and readline method in same ZipExtFile object #51859

@lucifer

Description

@lucifer
mannequin
BPO 7610
Nosy @pitrou, @ezio-melotti, @bitdancer
Files
  • zipfile_7610_py27.diff
  • zipfile_7610_py27.diff: Patch for Python 2.7 using the io module.
  • zipfile_7610_py27.diff: Updated patch for Python 2.7 using the io module.
  • zipfile_7610_py27_v4.diff: Updated patch for Python 2.7 using the io module.
  • zipfile_7610_py27_v5.diff: Patch (take 5) for Python 2.7.
  • zipfile_7610_py27_v6.diff: Patch v6 for Python 2.7.
  • 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/pitrou'
    closed_at = <Date 2010-01-28.20:43:33.206>
    created_at = <Date 2009-12-31.08:03:34.996>
    labels = ['extension-modules', 'type-bug']
    title = 'Cannot use both read and readline method in same ZipExtFile object'
    updated_at = <Date 2010-01-28.20:43:33.205>
    user = 'https://bugs.python.org/lucifer'

    bugs.python.org fields:

    activity = <Date 2010-01-28.20:43:33.205>
    actor = 'ezio.melotti'
    assignee = 'pitrou'
    closed = True
    closed_date = <Date 2010-01-28.20:43:33.206>
    closer = 'ezio.melotti'
    components = ['Extension Modules']
    creation = <Date 2009-12-31.08:03:34.996>
    creator = 'lucifer'
    dependencies = []
    files = ['15723', '15739', '15822', '15882', '15941', '15949']
    hgrepos = []
    issue_num = 7610
    keywords = ['patch']
    message_count = 28.0
    messages = ['97079', '97158', '97165', '97230', '97235', '97236', '97251', '97258', '97548', '97659', '97783', '97830', '97838', '97848', '97974', '97977', '98033', '98040', '98046', '98449', '98455', '98459', '98460', '98461', '98462', '98471', '98473', '98478']
    nosy_count = 5.0
    nosy_names = ['pitrou', 'ezio.melotti', 'nirai', 'r.david.murray', 'lucifer']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue7610'
    versions = ['Python 2.7', 'Python 3.2']

    Metadata

    Metadata

    Assignees

    Labels

    extension-modulesC modules in the Modules dirtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions