]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
update busted comment
authorFred Drake <fdrake@acm.org>
Fri, 11 Nov 2005 19:35:02 +0000 (19:35 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 11 Nov 2005 19:35:02 +0000 (19:35 +0000)
Modules/zipimport.c

index e445300cbf96989d92332577db38c4ec5f80c87d..e89005ace721490d53cae6a3a106735eb334475b 100644 (file)
@@ -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