384
385
warn("No help message set for %r" % self)
385
386
# List of standard options directly supported
386
387
self.supported_std_options = []
390
def add_cleanup(self, cleanup_func, *args, **kwargs):
388
410
@deprecated_method(deprecated_in((2, 1, 0)))
389
411
def _maybe_expand_globs(self, file_list):
390
412
"""Glob expand file_list if the platform does not do that itself.