Message360625
| Author |
serhiy.storchaka |
| Recipients |
docs@python, giampaolo.rodola, mbarkhau, serhiy.storchaka, vstinner |
| Date |
2020-01-24.15:50:47 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1579881047.04.0.0311289268713.issue39390@roundup.psfhosted.org> |
| In-reply-to |
|
| Content |
> For completeness, a similar problem is present also on python < 3.8 if passing a pathlib.Path type as *src*
I do not think this is a problem. If you pass a string, you will get a string, so existing code will continue to work as before. The only problem if you pass a string, but get an unexpected type. |
|