[Python-Dev] request for review: patch 1446489 (zip64 extensions in zipfile) (original) (raw)
Aahz aahz at pythoncraft.com
Tue Jun 13 15:08:48 CEST 2006
- Previous message: [Python-Dev] request for review: patch 1446489 (zip64 extensions in zipfile)
- Next message: [Python-Dev] request for review: patch 1446489 (zip64 extensions in zipfile)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Jun 13, 2006, Ronald Oussoren wrote:
There are two backward incompatbile changes, both minor. First of all ZipInfo will lose the fileoffset attribute because calculating it when opening a zipfile is very expensive (it basically requires a full scan of the zipfile). This should be harmless, I couldn't come up with a usecase other then reimplementing the read method outside of zipfile.
Not knowing anything about this, why not implement file_offset as a property?
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
"I saw `cout' being shifted "Hello world" times to the left and stopped right there." --Steve Gonedes
- Previous message: [Python-Dev] request for review: patch 1446489 (zip64 extensions in zipfile)
- Next message: [Python-Dev] request for review: patch 1446489 (zip64 extensions in zipfile)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]