From: Fred Drake Date: Fri, 11 Nov 2005 19:35:02 +0000 (+0000) Subject: update busted comment X-Git-Tag: v2.4.3c1~217 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8f285680ad65fc482ce31915618e2970ab62db6;p=thirdparty%2FPython%2Fcpython.git update busted comment --- diff --git a/Modules/zipimport.c b/Modules/zipimport.c index e445300cbf96..e89005ace721 100644 --- a/Modules/zipimport.c +++ b/Modules/zipimport.c @@ -640,7 +640,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