@@ -384,7 +384,7 @@ def decode_unicode_escape(value):
384384__version_date__ = str (__version_date_info__ [0 ]) + "." + str (
385385 __version_date_info__ [1 ]).zfill (2 ) + "." + str (__version_date_info__ [2 ]).zfill (2 )
386386__revision__ = __version_info__ [3 ]
387- __revision_id__ = "$Id$"
387+ __revision_id__ = "$Id: 63a1e32836c9ba97b9b17a2b226161059221667b $"
388388if (__version_info__ [4 ] is not None ):
389389 __version_date_plusrc__ = __version_date__ + \
390390 "-" + str (__version_date_info__ [4 ])
@@ -9232,7 +9232,7 @@ def make_empty_archive_file_pointer_neo(fp, fmttype=None, checksumtype='crc32',
92329232 return make_empty_file_pointer_neo (fp , fmttype , checksumtype , formatspecs , encoding )
92339233
92349234def make_empty_file_neo (outfile = None , fmttype = None , checksumtype = 'crc32' , formatspecs = __file_format_multi_dict__ , encoding = 'UTF-8' , returnfp = False ):
9235- return MakeEmptyFile (outfile , fmttype , "auto" , False , None , checksumtype , formatspecs , returnfp )
9235+ return MakeEmptyFile (outfile , fmttype , "auto" , False , None , compressionlistalt , checksumtype , formatspecs , returnfp )
92369236
92379237def make_empty_archive_file_neo (outfile = None , fmttype = None , checksumtype = 'crc32' , formatspecs = __file_format_multi_dict__ , encoding = 'UTF-8' , returnfp = False ):
92389238 return make_empty_file_neo (outfile , fmttype , checksumtype , formatspecs , encoding , returnfp )
0 commit comments