New function: in the shutil module, make_archive() takes a filename, archive type (zip or tar-format), and a directory path, and creates an archive containing the directory’s contents. (Added by Tarek Ziadé.) shutil’s copyfile() and copytree() functions now raise a SpecialFileError...