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

zipimport doesn't support prepended junk #37782

Closed
jvr mannequin opened this issue Jan 16, 2003 · 2 comments
Closed

zipimport doesn't support prepended junk #37782

jvr mannequin opened this issue Jan 16, 2003 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@jvr
Copy link
Mannequin

jvr mannequin commented Jan 16, 2003

BPO 669036
Nosy @theller

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 2003-07-22.18:10:53.000>
created_at = <Date 2003-01-16.13:15:43.000>
labels = ['library']
title = "zipimport doesn't support prepended junk"
updated_at = <Date 2003-07-22.18:10:53.000>
user = 'https://bugs.python.org/jvr'

bugs.python.org fields:

activity = <Date 2003-07-22.18:10:53.000>
actor = 'theller'
assignee = 'jvr'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-01-16.13:15:43.000>
creator = 'jvr'
dependencies = []
files = []
hgrepos = []
issue_num = 669036
keywords = []
message_count = 2.0
messages = ['14102', '14103']
nosy_count = 2.0
nosy_names = ['theller', 'jvr']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue669036'
versions = ['Python 2.3']

@jvr
Copy link
Mannequin Author

jvr mannequin commented Jan 16, 2003

Zip archives may be appended to/prepended by arbitrary data, but this is not supported by zipimport. zipfile.py does support this.
Unfortunately there's a fair amount of offset juggling going on, so a fix is not completely straightforward. This should be fixed before 2.3a2.

zipimport *also* doesn't support Zip archives that have a comment attached at the end of the file, but this is less important IMO.

@jvr jvr mannequin closed this as completed Jan 16, 2003
@jvr jvr mannequin self-assigned this Jan 16, 2003
@jvr jvr mannequin added the stdlib Python modules in the Lib dir label Jan 16, 2003
@jvr jvr mannequin closed this as completed Jan 16, 2003
@jvr jvr mannequin self-assigned this Jan 16, 2003
@jvr jvr mannequin added the stdlib Python modules in the Lib dir label Jan 16, 2003
@theller
Copy link

theller commented Jul 22, 2003

Logged In: YES
user_id=11105

See sf bpo-775637.

@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
stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

1 participant