]> granicus.if.org Git - python/commitdiff
update busted comment
authorFred Drake <fdrake@acm.org>
Fri, 11 Nov 2005 19:34:56 +0000 (19:34 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 11 Nov 2005 19:34:56 +0000 (19:34 +0000)
Modules/zipimport.c

index 934367e82303d7e1ec18e0a38d24548131f5f3d5..183692cc2c70e6ef2e462764dc7f1ab3565e8e82 100644 (file)
@@ -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