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

Enhanced zip-import #38901

Closed
theller opened this issue Jul 22, 2003 · 2 comments
Closed

Enhanced zip-import #38901

theller opened this issue Jul 22, 2003 · 2 comments
Assignees

Comments

@theller
Copy link

theller commented Jul 22, 2003

BPO 775637
Nosy @theller
Files
  • zipimport.c.diff: Patch for Modules/zipimport.c
  • 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/theller'
    closed_at = <Date 2003-07-22.18:12:25.000>
    created_at = <Date 2003-07-22.13:39:46.000>
    labels = []
    title = 'Enhanced zip-import'
    updated_at = <Date 2003-07-22.18:12:25.000>
    user = 'https://github.com/theller'

    bugs.python.org fields:

    activity = <Date 2003-07-22.18:12:25.000>
    actor = 'theller'
    assignee = 'theller'
    closed = True
    closed_date = None
    closer = None
    components = ['None']
    creation = <Date 2003-07-22.13:39:46.000>
    creator = 'theller'
    dependencies = []
    files = ['5487']
    hgrepos = []
    issue_num = 775637
    keywords = ['patch']
    message_count = 2.0
    messages = ['44338', '44339']
    nosy_count = 1.0
    nosy_names = ['theller']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue775637'
    versions = []

    @theller
    Copy link
    Author

    theller commented Jul 22, 2003

    This patch allows importing from files which contain a
    zip-archive at the end, but contain other things as
    well (an exe-stub, for example).
    Would be really nice if this can still make it into
    Python 2.3, although it's probably too late =:)

    @theller theller closed this as completed Jul 22, 2003
    @theller theller self-assigned this Jul 22, 2003
    @theller theller closed this as completed Jul 22, 2003
    @theller theller self-assigned this Jul 22, 2003
    @theller
    Copy link
    Author

    theller commented Jul 22, 2003

    Logged In: YES
    user_id=11105

    I added a test case, and updated Misc/NEWS.
    Checked in as:

    committed * Up-To-Date 1.10 Lib/test/test_zipimport.py
    committed * Up-To-Date 1.824 Misc/NEWS
    committed * Up-To-Date 1.16 Modules/zipimport.c

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant