cpython
cpython copied to clipboard
gh-57141: Make shallow argument to filecmp.dircmp keyword-only
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.
- Issue: gh-57141
📚 Documentation preview 📚: https://cpython-previews--121767.org.readthedocs.build/