shutil.unregister_archive_format(name) Remove the archive format name from the list of supported formats.
rmtree.avoids_symlink_attacks Indicates whether the current platform and implementation provides a symlink attack resistant
PurePath.suffix The file extension of the final component, if any:
PurePath.name A string representing the final path component, excluding the drive and root, if any:
filecmp.DEFAULT_IGNORES New in version 3.4.
PurePath.anchor The concatenation of the drive and root:
shutil.move(src, dst, copy_function=copy2) Recursively move a file or directory (src) to another location (dst)
class pathlib.PurePath(*pathsegments) A generic class that represents the system’s path flavour (instantiating it creates either
glob.iglob(pathname, recursive=False) Return an iterator which yields the same values
os.path.splitunc(path) Deprecated since version 3.1: Use splitdrive
Page 9 of 19