]> granicus.if.org Git - python/commit
Extracted the "what-do-I-do-for-this-format" logic from code in
authorGreg Ward <gward@python.net>
Sat, 22 Apr 2000 03:09:56 +0000 (03:09 +0000)
committerGreg Ward <gward@python.net>
Sat, 22 Apr 2000 03:09:56 +0000 (03:09 +0000)
commitdb80754abcc49b8331a6da9d30c04dfcde815bc2
tree2a3217e7d7b25600cf47d418618cdb703959773e
parent4982f98bc919d2a6377e3e0e82c186bc5b1d70ff
Extracted the "what-do-I-do-for-this-format" logic from code in
  'make_archive()' to a global static dictionary, ARCHIVE_FORMATS.
Added 'check_archive_formats()', which obviously makes good use of
  this dictionary.
Lib/distutils/archive_util.py