====== Python读写RAR压缩文件 ====== ===== Python使用rarfile模块读取rar文件 ===== Python读取RAR文件可以使用rarfile这个模块,rarfile目前最新版本是2.2。 rarfile支持下面的一些特性: * 支持rar 2 和 rar 3 版本压缩算法 * 支持多卷压缩 * 支持Unicode文件名 * 支持加密的rar压缩文件 * 支持rar说明 * 存档文件、非压缩文件用纯Python代码编写 * 压缩文件使用unrar模块 * 支持Python 2 和Python 3 rarfile 模块网址: * 说明: http://pypi.python.org/pypi/rarfile/ * 下载: http://developer.berlios.de/project/showfiles.php?group_id=5373