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 serhiy.storchaka
Recipients docs@python, scop, serhiy.storchaka
Date 2020-05-12.10:50:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589280650.52.0.0959312479056.issue40589@roundup.psfhosted.org>
In-reply-to
Content
Thank you for your PR Ville, but I think this change cannot be accept.

There was a ton of functions which became supporting path-like objects in 3.6. We deliberately did not add versionchanged directives to them because it would just add a noise.

shutil.rmtree() is not special. If we decide to add versionchanged for it, we would need to add versionchanged to many tens or hundreds of other functions and methods.
History
Date User Action Args
2020-05-12 10:50:50serhiy.storchakasetrecipients: + serhiy.storchaka, scop, docs@python
2020-05-12 10:50:50serhiy.storchakasetmessageid: <1589280650.52.0.0959312479056.issue40589@roundup.psfhosted.org>
2020-05-12 10:50:50serhiy.storchakalinkissue40589 messages
2020-05-12 10:50:50serhiy.storchakacreate