@@ -394,7 +394,7 @@ def decode_unicode_escape(value):
394394__version_date__ = str (__version_date_info__ [0 ]) + "." + str (
395395 __version_date_info__ [1 ]).zfill (2 ) + "." + str (__version_date_info__ [2 ]).zfill (2 )
396396__revision__ = __version_info__ [3 ]
397- __revision_id__ = "$Id$"
397+ __revision_id__ = "$Id: c85d5aa829f172404f285788e6b35f73a35767c2 $"
398398if (__version_info__ [4 ] is not None ):
399399 __version_date_plusrc__ = __version_date__ + \
400400 "-" + str (__version_date_info__ [4 ])
@@ -9242,7 +9242,7 @@ def make_empty_archive_file_pointer_neo(fp, fmttype=None, checksumtype='crc32',
92429242 return make_empty_file_pointer_neo (fp , fmttype , checksumtype , formatspecs , encoding )
92439243
92449244def make_empty_file_neo (outfile = None , fmttype = None , checksumtype = 'crc32' , formatspecs = __file_format_multi_dict__ , encoding = 'UTF-8' , returnfp = False ):
9245- return MakeEmptyFile (outfile , fmttype , "auto" , False , None , checksumtype , formatspecs , returnfp )
9245+ return MakeEmptyFile (outfile , fmttype , "auto" , False , None , compressionlistalt , checksumtype , formatspecs , returnfp )
92469246
92479247def make_empty_archive_file_neo (outfile = None , fmttype = None , checksumtype = 'crc32' , formatspecs = __file_format_multi_dict__ , encoding = 'UTF-8' , returnfp = False ):
92489248 return make_empty_file_neo (outfile , fmttype , checksumtype , formatspecs , encoding , returnfp )
0 commit comments