Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.8] bpo-39390 shutil: fix argument types for ignore callback (GH-18122). #18168

Open
wants to merge 1 commit into
base: 3.8
from

Conversation

@mbarkhau
Copy link
Contributor

mbarkhau commented Jan 24, 2020

(cherry picked from commit 8870433)

Co-authored-by: mbarkhau mbarkhau@gmail.com

https://bugs.python.org/issue39390

).

(cherry picked from commit 8870433)

Co-authored-by: mbarkhau <mbarkhau@gmail.com>
@giampaolo

This comment has been minimized.

Copy link
Contributor

giampaolo commented Jan 24, 2020

Since this is a regression, I think it deserves an entry at the bottom of Docs/whatsnew:

Notable changes in Python 3.8.2
===============================

Fixed a regression with the `ignore` callback of :func:`shutil.copytree`.
The argument types are now str and List[str] again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants
You can’t perform that action at this time.