Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[3.12] gh-99203: shutil.make_archive(): restore select CPython <= 3.10.5 behavior (GH-99802)#107998

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Yhg1s merged 1 commit intopython:3.12frommiss-islington:backport-a86df29-3.12
Aug 16, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commentedAug 16, 2023
edited by bedevere-bot
Loading

Restore following CPython <= 3.10.5 behavior of shutil.make_archive()
that went away as part ofgh-93160:

Do not create an empty archive if root_dir is not a directory, and, in
that case, raise FileNotFoundError or NotADirectoryError regardless
of format choice. Beyond the brought-back behavior, the function may
now also raise these exceptions in dry_run mode.
(cherry picked from commita86df29)

Co-authored-by: 6t8k58048945+6t8k@users.noreply.github.com

….5 behavior (pythonGH-99802)Restore following CPython <= 3.10.5 behavior of shutil.make_archive()that went away as part ofpythongh-93160:Do not create an empty archive if root_dir is not a directory, and, inthat case, raise FileNotFoundError or NotADirectoryError regardlessof format choice. Beyond the brought-back behavior, the function maynow also raise these exceptions in dry_run mode.(cherry picked from commita86df29)Co-authored-by: 6t8k <58048945+6t8k@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
type-bugAn unexpected behavior, bug, or error
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Bug report: shutil.make_archive() makes empty archive file even when root_dir does not exists
4 participants
@miss-islington@Yhg1s@bedevere-bot@6t8k

[8]ページ先頭

©2009-2025 Movatter.jp