From 703efeaff891df513595bdb98d5a2007609678e2 Mon Sep 17 00:00:00 2001 From: mailman Date: Fri, 3 Apr 1998 00:07:27 +0000 Subject: Comment noting that the UpdateArchive method is being deprecated in favor of an external archiver. (John, i should talk with you to see what you think of this!) --- modules/mm_archive.py | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/mm_archive.py b/modules/mm_archive.py index e73ef02d2..5c572c751 100644 --- a/modules/mm_archive.py +++ b/modules/mm_archive.py @@ -55,6 +55,7 @@ class Archiver: ] def UpdateArchive(self): + # This method is being deprecated, in favor of external archiver! if not self.archive: return archive_file_name = os.path.join(self._full_path, ARCHIVE_PENDING) -- cgit v1.3.1