Re: PEP 420 sprint report
| Newsgroups | gmane.comp.python.import |
|---|---|
| Message-ID | <[email protected]> |
> IMO, the no-explicit-directory case should be handled, if for no other > reason than that it shouldn't randomly break depending on which archiving > tool you used to create the zipfile with. I agree. IIRC, the zip importer creates a cached list/dictionary of the zip directory, anyway; while doing so, it could easily synthesize the directory names. Regards, Martin