From: Fred Drake Date: Fri, 11 Nov 2005 19:34:56 +0000 (+0000) Subject: update busted comment X-Git-Tag: v2.5a0~1180 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5b7fd223967e7e6f1d82c0659b2265a05909719;p=thirdparty%2FPython%2Fcpython.git update busted comment --- diff --git a/Modules/zipimport.c b/Modules/zipimport.c index 934367e82303..183692cc2c70 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