@@ -396,7 +396,7 @@ def decode_unicode_escape(value):
396396__version_date__ = str (__version_date_info__ [0 ]) + "." + str (
397397 __version_date_info__ [1 ]).zfill (2 ) + "." + str (__version_date_info__ [2 ]).zfill (2 )
398398__revision__ = __version_info__ [3 ]
399- __revision_id__ = "$Id$"
399+ __revision_id__ = "$Id: aa79a32fe42d54c127f8f31a24dc7b2be0fb1153 $"
400400if (__version_info__ [4 ] is not None ):
401401 __version_date_plusrc__ = __version_date__ + \
402402 "-" + str (__version_date_info__ [4 ])
@@ -9244,7 +9244,7 @@ def make_empty_archive_file_pointer_neo(fp, fmttype=None, checksumtype='crc32',
92449244 return make_empty_file_pointer_neo (fp , fmttype , checksumtype , formatspecs , encoding )
92459245
92469246def make_empty_file_neo (outfile = None , fmttype = None , checksumtype = 'crc32' , formatspecs = __file_format_multi_dict__ , encoding = 'UTF-8' , returnfp = False ):
9247- return MakeEmptyFile (outfile , fmttype , "auto" , False , None , checksumtype , formatspecs , returnfp )
9247+ return MakeEmptyFile (outfile , fmttype , "auto" , False , None , compressionlistalt , checksumtype , formatspecs , returnfp )
92489248
92499249def make_empty_archive_file_neo (outfile = None , fmttype = None , checksumtype = 'crc32' , formatspecs = __file_format_multi_dict__ , encoding = 'UTF-8' , returnfp = False ):
92509250 return make_empty_file_neo (outfile , fmttype , checksumtype , formatspecs , encoding , returnfp )
0 commit comments