Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix blurb to mention os.walk
  • Loading branch information
jonburdo committed Dec 16, 2022
commit f37bbe8aaa3ffd91b879a17bc5d0daee2cbd20e2
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Fix issue with :func:`os.walk` where a :exc:`RecursionError` would occur on
deep directory structures by adjusting the implementation of
:func:`os._walk` to be iterative instead of recursive.
:func:`os.walk` to be iterative instead of recursive.