具有shutil 模块的最低版本的Python 是什么?

发布于 2024-11-08 21:29:35 字数 116 浏览 1 评论 0原文

我正在尝试使用 shutdown.make_archive,但收到“找不到模块”错误。

然后我尝试使用Python 2.7,它成功了。

包含该模块和函数的最低 Python 版本是什么?

I am trying to use shutil.make_archive, but I get a "module not found" error.

Then I tried using Python 2.7 and it worked.

What is the lowest Python version that contains that module and function?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

疧_╮線 2024-11-15 21:29:35

shutil doc 中,make_archive 是 2.7 版中的新增内容。

From shutil doc, make_archive is new in version 2.7.

清醇 2024-11-15 21:29:35

Shutil 至少早在 2.3 版本。 make_archive 是 2.7 中的新增内容。 shutil 文档

shutil is at least as early as 2.3. make_archive is new in 2.7. shutil doc

年华零落成诗 2024-11-15 21:29:35

Python 2.7 是在 shutils 中包含 make_archive 的最早版本。 shutils 一般而言至少从 2.0 开始就存在。

Python 2.7 is the earliest release to include make_archive in shutils. shutils in general existed since at least 2.0.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文