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 aeros, serhiy.storchaka
Date 2019-07-01.07:19:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561965597.05.0.923624447812.issue37462@roundup.psfhosted.org>
In-reply-to
Content
It is not obvious that the majority of os.walk() calls are with the current working directory. And if you need to walk from the current working directory, it is not hard to pass "." explicitly. Even if your program contains a lot of os.walk(".") you could not use this feature until drop support of Python 3.8.

So I think the value of this feature is tiny. It is not worth the effort for implementing, documenting, reviewing and maintaining it. On other hand, it increases the burden for learning Python.
History
Date User Action Args
2019-07-01 07:19:57serhiy.storchakasetrecipients: + serhiy.storchaka, aeros
2019-07-01 07:19:57serhiy.storchakasetmessageid: <1561965597.05.0.923624447812.issue37462@roundup.psfhosted.org>
2019-07-01 07:19:57serhiy.storchakalinkissue37462 messages
2019-07-01 07:19:56serhiy.storchakacreate