diff options
author | Fred Drake <fdrake@acm.org> | 2005-11-11 19:34:56 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2005-11-11 19:34:56 (GMT) |
commit | f5b7fd223967e7e6f1d82c0659b2265a05909719 (patch) | |
tree | 1234af93ed126777c75ffeffdb18c17f75a3281a | |
parent | e62e936e797e6f30ee81932abe5a4e5f9f2f6f85 (diff) | |
download | cpython-f5b7fd223967e7e6f1d82c0659b2265a05909719.zip cpython-f5b7fd223967e7e6f1d82c0659b2265a05909719.tar.gz cpython-f5b7fd223967e7e6f1d82c0659b2265a05909719.tar.bz2 |
update busted comment
-rw-r--r-- | Modules/zipimport.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/zipimport.c b/Modules/zipimport.c index 934367e..183692c 100644 --- a/Modules/zipimport.c +++ b/Modules/zipimport.c @@ -639,7 +639,8 @@ get_long(unsigned char *buf) { A toc_entry is a tuple: - (compress, # compression kind; 0 for uncompressed + (__file__, # value to use for __file__, available for all files + compress, # compression kind; 0 for uncompressed data_size, # size of compressed data on disk file_size, # size of decompressed data file_offset, # offset of file header from start of archive |