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

zipfile.is_zipfile: added support for file-like objects #49006

Closed
ggenellina mannequin opened this issue Dec 27, 2008 · 2 comments
Closed

zipfile.is_zipfile: added support for file-like objects #49006

ggenellina mannequin opened this issue Dec 27, 2008 · 2 comments
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@ggenellina
Copy link
Mannequin

ggenellina mannequin commented Dec 27, 2008

BPO 4756
Nosy @pitrou
Files
  • is_zipfile_filelike.diff
  • 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 = <Date 2008-12-27.15:51:19.304>
    created_at = <Date 2008-12-27.05:44:05.223>
    labels = ['type-bug', 'library']
    title = 'zipfile.is_zipfile: added support for file-like objects'
    updated_at = <Date 2008-12-27.15:51:19.302>
    user = 'https://bugs.python.org/ggenellina'

    bugs.python.org fields:

    activity = <Date 2008-12-27.15:51:19.302>
    actor = 'pitrou'
    assignee = 'none'
    closed = True
    closed_date = <Date 2008-12-27.15:51:19.304>
    closer = 'pitrou'
    components = ['Library (Lib)']
    creation = <Date 2008-12-27.05:44:05.223>
    creator = 'ggenellina'
    dependencies = []
    files = ['12470']
    hgrepos = []
    issue_num = 4756
    keywords = ['patch']
    message_count = 2.0
    messages = ['78342', '78366']
    nosy_count = 2.0
    nosy_names = ['ggenellina', 'pitrou']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue4756'
    versions = ['Python 3.1', 'Python 2.7']

    @ggenellina
    Copy link
    Mannequin Author

    ggenellina mannequin commented Dec 27, 2008

    Patch to zipfile.is_zipfile, adding support for file and file-like
    objects. Includes test cases and documentation updates.

    This fixes bpo-4241 too.

    @ggenellina ggenellina mannequin added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Dec 27, 2008
    @pitrou
    Copy link
    Member

    pitrou commented Dec 27, 2008

    Committed in r67946, r67947. Thanks!

    @pitrou pitrou closed this as completed Dec 27, 2008
    @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
    stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant