This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mbarkhau
Recipients docs@python, mbarkhau, serhiy.storchaka
Date 2020-01-20.09:04:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579511072.81.0.726043167524.issue39390@roundup.psfhosted.org>
In-reply-to
Content
> This looks like a backward incompatible change in 3.8.

Indeed. 

> Should not copytree convert arguments of the ignore callback to str and list correspondingly?

Well, since any existing code probably expects that behavior (or at least probably works if that is the case), I would be for such a change. I'm not sure what your policy is though. If there is recently written code that assumes the new types, are you OK with that breaking if it is changed back?

I guess since it's an undocumented breaking change, it shouldn't be too much of an issue.
History
Date User Action Args
2020-01-20 09:04:32mbarkhausetrecipients: + mbarkhau, docs@python, serhiy.storchaka
2020-01-20 09:04:32mbarkhausetmessageid: <1579511072.81.0.726043167524.issue39390@roundup.psfhosted.org>
2020-01-20 09:04:32mbarkhaulinkissue39390 messages
2020-01-20 09:04:32mbarkhaucreate