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 matrixise
Recipients apocalyptech, matrixise
Date 2019-05-01.18:23:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20190501182343.2au6qzznvjrdvl2f@xps>
In-reply-to <1556727106.35.0.264439486963.issue36771@roundup.psfhosted.org>
Content
Hi,

I think you have to create a new function and not to modify the current
os.walk(), just because you change the type of the returned value.

We have to avoid the inconsistency for the caller of os.walk(). is it a
list of DirEntry or another list?
History
Date User Action Args
2019-05-01 18:23:57matrixisesetrecipients: + matrixise, apocalyptech
2019-05-01 18:23:57matrixiselinkissue36771 messages
2019-05-01 18:23:57matrixisecreate