gh-57141: Make shallow argument to filecmp.dircmp keyword-only (#121767)
It is our general practice to make new optional parameters keyword-only, even if the existing parameters are all positional-or-keyword. Passing this parameter as positional would look confusing and could be error-prone if additional parameters are added in the future.
J
Jelle Zijlstra committed
50eec501fef46f0887df6f2f47d74f4defb35515
Parent: 7982363
Committed by GitHub <noreply@github.com>
on 7/14/2024, 10:53:32 PM